Browse Source
Update settings.scss
Amend the margin to ensure that button always show.
pull/7265/head
Toliver182
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
couchpotato/static/style/settings.scss
|
|
@ -704,7 +704,7 @@ |
|
|
|
z-index: 2; |
|
|
|
position: absolute; |
|
|
|
width: 450px; |
|
|
|
margin: 28px 0 20px 0; |
|
|
|
margin: 75px 0 20px 0; |
|
|
|
@include theme(background, primary); |
|
|
|
box-shadow: 0 0 15px 2px rgba(0,0,0,.15); |
|
|
|
border-radius: $border_radius $border_radius 0 0; |
|
|
|