Browse Source

Update settings.scss

Amend the margin to ensure that button always show.
pull/7265/head
Toliver182 7 years ago
committed by GitHub
parent
commit
71123d826b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      couchpotato/static/style/settings.scss

2
couchpotato/static/style/settings.scss

@ -704,7 +704,7 @@
z-index: 2; z-index: 2;
position: absolute; position: absolute;
width: 450px; width: 450px;
margin: 28px 0 20px 0; margin: 75px 0 20px 0;
@include theme(background, primary); @include theme(background, primary);
box-shadow: 0 0 15px 2px rgba(0,0,0,.15); box-shadow: 0 0 15px 2px rgba(0,0,0,.15);
border-radius: $border_radius $border_radius 0 0; border-radius: $border_radius $border_radius 0 0;

Loading…
Cancel
Save