Add delay to dashboard shortcuts to wait for menu to close fully.
This commit is contained in:
@@ -40,3 +40,18 @@
|
||||
|
||||
//notifications
|
||||
@import "notifications/popups";
|
||||
|
||||
// Eventbox styling for debugging purposes
|
||||
// .parent-event {
|
||||
// background-color: $red;
|
||||
// }
|
||||
// .mid-eb {
|
||||
// background-color: $red;
|
||||
// }
|
||||
// .in-eb {
|
||||
// background-color: $red;
|
||||
// }
|
||||
// .main-eb {
|
||||
// background-color: $red;
|
||||
// }
|
||||
//
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import "../colors";
|
||||
|
||||
.menu-items-container.media {
|
||||
min-width: 25em;
|
||||
min-width: 23em;
|
||||
min-height: 10em;
|
||||
|
||||
.menu-section-container {
|
||||
|
||||
@@ -94,14 +94,14 @@ tooltip label {
|
||||
background: $crust;
|
||||
border: .13em solid $surface0;
|
||||
border-radius: .7rem;
|
||||
min-width: 20em;
|
||||
min-width: 18em;
|
||||
color: $text;
|
||||
}
|
||||
|
||||
.menu-items-container {
|
||||
border-radius: 0.4em;
|
||||
font-size: 1.3em;
|
||||
min-width: 20em;
|
||||
min-width: 18em;
|
||||
}
|
||||
|
||||
.menu-section-container {
|
||||
|
||||
Reference in New Issue
Block a user