diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-10 14:01:13 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-10 14:01:23 +0100 |
commit | 000eb0e40d74e914f6691305511c44e89cd8bf07 (patch) | |
tree | 8745c9f15041fc04b3f02dd087ecce330d3b9428 /client/src/sass | |
parent | ab4d4db44a4f943056b856cbdc7b8d157cabf9af (diff) | |
download | PeerTube-000eb0e40d74e914f6691305511c44e89cd8bf07.tar.gz PeerTube-000eb0e40d74e914f6691305511c44e89cd8bf07.tar.zst PeerTube-000eb0e40d74e914f6691305511c44e89cd8bf07.zip |
Add informational message at login for visitors coming from upload button
resolves #1880
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/bootstrap.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index a3261a8a6..dc0d075c9 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -165,4 +165,8 @@ ngb-tabset.bootstrap { | |||
165 | 165 | ||
166 | .dropdown-divider { | 166 | .dropdown-divider { |
167 | margin: 0.3rem 0; | 167 | margin: 0.3rem 0; |
168 | } \ No newline at end of file | 168 | } |
169 | |||
170 | ngb-modal-backdrop { | ||
171 | z-index: 10000 !important; | ||
172 | } | ||