diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-28 13:52:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 13:52:21 +0100 |
commit | d3217560a611b94f888ecf3de93b428a7521d4de (patch) | |
tree | 26fc984f351afb994dc13c94e138476ded50c76a /client/src/sass/bootstrap.scss | |
parent | 64645512b08875c18ebdc009a550cdfa69def955 (diff) | |
download | PeerTube-d3217560a611b94f888ecf3de93b428a7521d4de.tar.gz PeerTube-d3217560a611b94f888ecf3de93b428a7521d4de.tar.zst PeerTube-d3217560a611b94f888ecf3de93b428a7521d4de.zip |
Add visitor settings, rework logged-in dropdown (#2514)
* Add visitor settings, rework logged-in dropdown
* Make user dropdown P2P switch functional
* Fix lint
* Fix unnecessary notification when user logs out
* Simplify visitor settings code and remove unnecessary icons
* Catch parsing errors and reindent menu styles
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 6cced995e..bb7b21274 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -13,6 +13,10 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
13 | flex: auto; | 13 | flex: auto; |
14 | } | 14 | } |
15 | 15 | ||
16 | .c-hand { | ||
17 | cursor: pointer; | ||
18 | } | ||
19 | |||
16 | @keyframes spin { | 20 | @keyframes spin { |
17 | from { | 21 | from { |
18 | transform: scale(1) rotate(0deg); | 22 | transform: scale(1) rotate(0deg); |
@@ -41,6 +45,10 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
41 | background-color: var(--mainHoverColor); | 45 | background-color: var(--mainHoverColor); |
42 | opacity: .9; | 46 | opacity: .9; |
43 | } | 47 | } |
48 | |||
49 | &::after { | ||
50 | display: none; | ||
51 | } | ||
44 | } | 52 | } |
45 | 53 | ||
46 | button { | 54 | button { |