diff options
| author | absturztaube <me@absturztaube.ch> | 2019-07-24 19:35:52 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-07-24 19:35:52 +0000 |
| commit | fa6210872f7f22c4c8ce1a1603426ebf03bf2050 (patch) | |
| tree | 53e18494681c6c5c6a6f31d27d034e9681b89029 /src/components/tab_switcher/tab_switcher.scss | |
| parent | 28f777cb8a94f7a28edb6f99a62a6b864c2aa8dc (diff) | |
Feature/add sticker picker
Squash to avoid storing commits with stickers in it to avoid possible copyright problems and excess storage space. --hj
Diffstat (limited to 'src/components/tab_switcher/tab_switcher.scss')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index f7449439..4eeb42e0 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -53,6 +53,12 @@ background: transparent; z-index: 5; } + + img { + max-height: 26px; + vertical-align: top; + margin-top: -5px; + } } &:not(.active) { |
