Shortcut buttons in the dashboard automatically hide and scale. (#210)

This commit is contained in:
Jas Singh
2024-08-31 02:17:05 -07:00
committed by GitHub
parent 4bd5c3ed30
commit e050e2ff2d
2 changed files with 195 additions and 137 deletions

View File

@@ -102,11 +102,11 @@
}
}
.card-button-left-section {
.card-button-section-container.visible {
margin-right: 1.5em;
}
.top-button {
.top-button.paired {
margin-bottom: 1.5em;
}
@@ -115,11 +115,11 @@
margin-bottom: 0.65em;
&.most-used {
margin-right: 0em;
margin-right: 0.65em;
}
&.utilities {
margin-left: 0.65em;
&.utilities.paired {
margin-left: 0em;
}
button {