diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-09 17:21:59 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-09 17:21:59 -0500 |
commit | 63c824b0853447f6d535f4d4b485eb42463da5e1 (patch) | |
tree | b4974079b669e2d3fd67c38e8bbac60937de7bb9 /libretube-theme/static | |
parent | 32a97ad30bbd418ac13aea7118dc8832d30e88b3 (diff) | |
download | libretube-63c824b0853447f6d535f4d4b485eb42463da5e1.tar.lz libretube-63c824b0853447f6d535f4d4b485eb42463da5e1.tar.xz libretube-63c824b0853447f6d535f4d4b485eb42463da5e1.zip |
remove notifications
Diffstat (limited to 'libretube-theme/static')
-rw-r--r-- | libretube-theme/static/css/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libretube-theme/static/css/styles.css b/libretube-theme/static/css/styles.css index dedc89a..757abf6 100644 --- a/libretube-theme/static/css/styles.css +++ b/libretube-theme/static/css/styles.css @@ -1,6 +1,6 @@ /*! * Author: jesus e. - * Version: 1.2 + * Version: 1.2.1 */ @font-face { font-family: 'Open Sans'; @@ -346,6 +346,7 @@ input { .notifications i { color: #bbc3ca; font-size: 20px; + margin: 0rem 0.2rem; } .notifications span { border-radius: 50px; |