mirror of https://github.com/Chocobozzz/PeerTube
Fix stats block display in dark theme
parent
f88e73f740
commit
a4610bc688
|
@ -125,6 +125,11 @@ ngb-tabset.bootstrap {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card {
|
||||||
|
background-color: var(--mainBackgroundColor);
|
||||||
|
border-color: #dee2e6;
|
||||||
|
}
|
||||||
|
|
||||||
.collapse-transition {
|
.collapse-transition {
|
||||||
// Animation when we show/hide the filters
|
// Animation when we show/hide the filters
|
||||||
transition: max-height 0.3s;
|
transition: max-height 0.3s;
|
||||||
|
|
Loading…
Reference in New Issue