- client: 2152 Do not show dashboard buttons on mobile screen, fix buttons on DNS block/allow lists pages

This commit is contained in:
ArtemBaskal
2020-10-09 13:21:58 +03:00
parent 1a3d98d3bf
commit 72ab51bce0
2 changed files with 12 additions and 24 deletions

View File

@@ -71,9 +71,3 @@ body {
.button-action--active {
visibility: visible;
}
@media (max-width: 500px) {
.dashboard .button-action {
visibility: visible;
}
}