diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-29 09:29:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-29 09:29:00 +0200 |
commit | cd262619abe8b694b1899f0a196b0ff42e0c4a2a (patch) | |
tree | ad7a8f7508cc63ff3be7b28386d8d25cdb6e6549 /client/src/sass | |
parent | 8b5c8cd1e52d685de65942a08cdda16eb0bf8b33 (diff) | |
download | PeerTube-cd262619abe8b694b1899f0a196b0ff42e0c4a2a.tar.gz PeerTube-cd262619abe8b694b1899f0a196b0ff42e0c4a2a.tar.zst PeerTube-cd262619abe8b694b1899f0a196b0ff42e0c4a2a.zip |
Fix my library/account/admin sub titles alignment
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 718e36f2c..f2f4628f7 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -897,15 +897,17 @@ | |||
897 | padding-bottom: 15px; | 897 | padding-bottom: 15px; |
898 | margin-bottom: $sub-menu-margin-bottom; | 898 | margin-bottom: $sub-menu-margin-bottom; |
899 | 899 | ||
900 | > span > my-global-icon, | ||
900 | > my-global-icon { | 901 | > my-global-icon { |
901 | margin-right: 10px; | 902 | margin-right: 10px; |
902 | vertical-align: bottom; | ||
903 | width: 24px; | 903 | width: 24px; |
904 | height: 24px; | 904 | height: 24px; |
905 | vertical-align: top; | ||
905 | } | 906 | } |
906 | 907 | ||
907 | .badge { | 908 | .badge { |
908 | margin-left: 7px; | 909 | margin-left: 7px; |
910 | vertical-align: top; | ||
909 | } | 911 | } |
910 | } | 912 | } |
911 | } | 913 | } |