diff options
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/scss/styles.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 3c285ab5..7292f029 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -189,7 +189,7 @@ section { #compose-search-trigger { padding: 4px; } - #actions { + #actions { ul { margin: 0; li { @@ -371,8 +371,8 @@ section { font-weight: 600; margin: 0 10px; border-bottom: 1px dotted lighten($secondary, 10%); - } } + } } &#middle-pane { @@ -615,7 +615,6 @@ button { .inner-wrap { -webkit-backface-visibility: hidden; - position: relative; width: 100%; } |