mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-21 10:03:48 -05:00
[Glitch] Use material symbol for responsive menu toggle
Port SCSS changes from 7519ef2fa116bcc7577483900379e497d7878a9e to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
d6e340b4dd
commit
f299f8bac1
@ -65,16 +65,16 @@ $content-width: 840px;
|
||||
background: $ui-base-color;
|
||||
}
|
||||
|
||||
.fa-times {
|
||||
.material-close {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.active {
|
||||
.fa-times {
|
||||
.material-close {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fa-bars {
|
||||
.material-menu {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user