header css fix

This commit is contained in:
Jerry
2022-08-02 10:45:44 +02:00
parent e255021ef5
commit ae9f10b052
3 changed files with 6 additions and 3 deletions

View File

@@ -1731,7 +1731,7 @@ blockquote {
min-width: 1.6rem; min-width: 1.6rem;
height: 1.6rem; height: 1.6rem;
line-height: 1.6rem; line-height: 1.6rem;
font-size: 1.2rem; font-size: 0.9rem;
background: #0055D6; background: #0055D6;
color: #fff; color: #fff;
border-radius: 50%; border-radius: 50%;
@@ -1787,6 +1787,8 @@ blockquote {
top: 0; top: 0;
width: 100%; width: 100%;
min-height: 100%; min-height: 100%;
max-height: 100%;
overflow: auto;
} }
.header .mobile-menu.open { .header .mobile-menu.open {
display: block; display: block;
@@ -1992,6 +1994,7 @@ blockquote {
left: auto; left: auto;
white-space: nowrap; white-space: nowrap;
max-width: 100%; max-width: 100%;
max-height: none;
} }
.header .mobile-menu .mm-bg { .header .mobile-menu .mm-bg {
background: none; background: none;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long