mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
style for toggle menu and button burger
This commit is contained in:
parent
1c1ac61cd5
commit
a4fedd7466
@ -320,17 +320,20 @@
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
.sidebar__toggle__icon{
|
||||
margin: 0.5em;
|
||||
}
|
||||
.sidebar__toggle{
|
||||
padding: 1em;
|
||||
}
|
||||
.sidebar__toggle__logo{
|
||||
.sidebar__toggle__logo, .sidebar__toggle{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
.sidebar__toggle__logo{
|
||||
.sidebar__toggle__logo , .sidebar__toggle{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user