Adds ability for user to show/ hide settings menu
For a cleaner, less clutterd UI
This commit is contained in:
@@ -298,9 +298,6 @@ html[data-theme='material'], html[data-theme='material-dark'] {
|
||||
max-height: 6rem;
|
||||
margin: 0.2rem;
|
||||
padding: 0.5rem;
|
||||
.overflow-dots {
|
||||
display: none;
|
||||
}
|
||||
img {
|
||||
padding: 0.1rem 0.25rem;
|
||||
}
|
||||
@@ -355,6 +352,9 @@ html[data-theme='material'], html[data-theme='material-dark'] {
|
||||
div {
|
||||
transition: all 0.2s linear 0s;
|
||||
}
|
||||
.overflow-dots {
|
||||
display: none;
|
||||
}
|
||||
&:before {
|
||||
content: "\f054";
|
||||
font-family: FontAwesome;
|
||||
|
||||
Reference in New Issue
Block a user