diff options
Diffstat (limited to 'src/components/settings_modal/admin_tabs/emoji_tab.scss')
| -rw-r--r-- | src/components/settings_modal/admin_tabs/emoji_tab.scss | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/src/components/settings_modal/admin_tabs/emoji_tab.scss b/src/components/settings_modal/admin_tabs/emoji_tab.scss index 52b9e2bb..71f46cc2 100644 --- a/src/components/settings_modal/admin_tabs/emoji_tab.scss +++ b/src/components/settings_modal/admin_tabs/emoji_tab.scss @@ -1,7 +1,7 @@ @import "src/variables"; .emoji-tab { - .btn-group .btn { + .btn-group .btn:not(:first-child) { margin-left: 0.5em; } @@ -35,21 +35,34 @@ } } +.emoji-tab-popover-button:not(:first-child) { + margin-left: 0.5em; +} + .emoji-tab-edit-popover { padding-left: 0.5em; padding-right: 0.5em; padding-bottom: 0.5em; -} -.emoji-tab-popover-button { - margin-left: 0.5em; + .emoji { + width: 32px; + height: 32px; + } } .emoji-tab-popover-input { - width: 20em; margin-bottom: 0.5em; - &:not(:first-child) { - margin-left: 0.5em; + label { + display: block; + margin-bottom: 0.5em; + } + + input { + width: 20em; + } + + .emoji-tab-popover-file { + padding-top: 3px; } } |
