Updates #5375 Squashed commit of the following: commit 40666b010697381e11b3a36d9c2ed1c1507f27ed Author: Arseny Lisin <a.lisin@adguard.com> Date: Tue Jan 31 18:34:06 2023 +0200 Review fix commit 44f3d6095bc9b426e8142f8c9d915a1441f3d791 Author: Arseny Lisin <a.lisin@adguard.com> Date: Tue Jan 31 17:02:38 2023 +0200 Clear commit 44274ba54c9ff2bd2caf5fa69bf06c587f8858e5 Author: Arseny Lisin <a.lisin@adguard.com> Date: Tue Jan 31 13:25:01 2023 +0200 Clear commit 8b48c523cbbe3f73160331a9c516388c7965a7a2 Author: Arseny Lisin <a.lisin@adguard.com> Date: Tue Jan 31 12:14:37 2023 +0200 Review fix commit 3b8cd94cdd8d3fc90cdc27053964489414055cc9 Author: Arseny Lisin <a.lisin@adguard.com> Date: Mon Jan 30 16:13:15 2023 +0200 Fix query log popup bg commit 14d4c87164200f7c918bac02c9cc5f1cffb83932 Author: Arseny Lisin <a.lisin@adguard.com> Date: Mon Jan 30 15:03:06 2023 +0200 revert icons commit 98b042726e1510f85c9cf5a4caba2d56885f120b Author: Arseny Lisin <a.lisin@adguard.com> Date: Mon Jan 30 14:45:35 2023 +0200 Fix dark theme bugs
88 lines
1.7 KiB
CSS
88 lines
1.7 KiB
CSS
.stats__table .popover__body {
|
|
left: -10px;
|
|
min-width: 270px;
|
|
transform: none;
|
|
}
|
|
|
|
.stats__table .popover__body:after {
|
|
left: 23px;
|
|
}
|
|
|
|
.stats__table .rt-tr-group:first-child .popover__body,
|
|
.stats__table .rt-tr-group:nth-child(2) .popover__body {
|
|
top: calc(100% + 5px);
|
|
bottom: initial;
|
|
z-index: 1;
|
|
}
|
|
|
|
.stats__table .rt-tr-group:first-child .popover__body:after,
|
|
.stats__table .rt-tr-group:nth-child(2) .popover__body:after {
|
|
top: -11px;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid #585965;
|
|
}
|
|
|
|
@media (max-width: 1279.98px) {
|
|
.table__action {
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
}
|
|
|
|
.page-title--dashboard {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.dashboard-title__button {
|
|
margin: 0 0.5rem;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.page-title--dashboard {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.dashboard-title__button {
|
|
margin: 0.5rem 0;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.counters__row {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-top: 1px solid var(--card-border-color);
|
|
padding: 0.75rem 1.5rem;
|
|
}
|
|
|
|
.counters__column--value {
|
|
flex-shrink: 0;
|
|
margin-left: 1.5rem;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
@media screen and (min-width: 768px) {
|
|
.counters__column {
|
|
display: flex;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.counters__title {
|
|
display: block;
|
|
max-width: 100%;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.counters__tooltip {
|
|
display: block;
|
|
flex-shrink: 0;
|
|
}
|
|
}
|