Izboljšava kvadratkov pri status->napredni statusi v2

This commit is contained in:
tejagerjovic 2021-08-13 11:42:22 +02:00
parent fd67a6d700
commit 5aaa4b1cae
2 changed files with 4 additions and 2 deletions

View File

@ -28575,10 +28575,11 @@ a.addIfIcon {
div.status_advanced_box { div.status_advanced_box {
width: 100%; width: 100%;
box-sizing: border-box;
} }
a.status_advanced_link { a.status_advanced_link {
width: 100%; width: 95%;
} }
} }
@media (max-width: 850px) { @media (max-width: 850px) {

View File

@ -14,8 +14,9 @@ div.status_advanced {
div.status_advanced_box { div.status_advanced_box {
width: 100%; width: 100%;
box-sizing: border-box;
} }
a.status_advanced_link { a.status_advanced_link {
width: 100%; width: 95%;
} }