aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index abd38b506..8454814b0 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -58,7 +58,7 @@ html {
58 } 58 }
59} 59}
60 60
61.app .sidebar .sidebar__button .update-available { 61.update-available {
62 align-items: center; 62 align-items: center;
63 background: $theme-brand-danger; 63 background: $theme-brand-danger;
64 border-radius: 20px; 64 border-radius: 20px;
@@ -79,6 +79,16 @@ html {
79 animation-iteration-count: 6; 79 animation-iteration-count: 6;
80} 80}
81 81
82.badge .update-available {
83 right: -10px;
84}
85
86.settings-navigation__link .update-available {
87 position: relative;
88 bottom: 0;
89 right: 0;
90}
91
82body.win32:not(.isFullScreen) .app .app__content { 92body.win32:not(.isFullScreen) .app .app__content {
83 height: calc(100% - 28px); 93 height: calc(100% - 28px);
84} 94}