Fix mobile menu button content (#34703)

This commit is contained in:
Wendelin 2024-09-12 16:23:52 +02:00 committed by GitHub
parent 0a9b703f27
commit 4798fc6d41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,14 +184,14 @@ header .grid {
@include box-sizing(border-box);
@include transition(all 0.5s linear);
content: "";
display: inline-block;
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
padding: 4px 9px;
background: $primary-color;
text-align: center;
font-family: $sans-serif;
font-size: 16px;
color: $white;
white-space: nowrap;
border-radius: 24px;
@ -203,6 +203,7 @@ header .grid {
#toggle:checked + .toggle::after {
content: attr(data-close);
padding-bottom: 2px;
}
/* submenus */