Squashed commit of the following:
commit 980e9c2f37640ee204ce0365f6c3bcc74741cc7c
Merge: cb4cae82b 394fc5a9d
Author: Artem Baskal <a.baskal@adguard.com>
Date: Mon Nov 16 14:52:26 2020 +0300
Merge branch 'master' into fix/2237
commit cb4cae82b5b605894d123d6442ea23b24cc90c12
Author: ArtemBaskal <asbaskal@miem.hse.ru>
Date: Thu Nov 12 12:07:49 2020 +0300
minor
commit 5c07dac48067b4ed201aeb59a44e8592ed2b0b67
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Wed Nov 11 19:47:38 2020 +0300
minor
commit 53f60762e520427a080bdfcd94b08b9ed3a63ca4
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Wed Nov 11 19:06:06 2020 +0300
Adapt mobile version
commit 7659ac733ce4606f6fadf30e0eaddbeefd6095d6
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Wed Nov 11 18:31:53 2020 +0300
Fix empty graph offset, return background area below graph
commit 45499adb20a90024dba4b0b4e44ad4f01a1782d5
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue Nov 10 17:46:47 2020 +0300
- client: 2237 Update graph drawing library
52 lines
1000 B
CSS
52 lines
1000 B
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;
|
|
}
|
|
}
|