mirror of
https://github.com/zoriya/flood.git
synced 2026-06-04 19:36:42 +00:00
Fix 'more info' background color
This commit is contained in:
@@ -105,7 +105,6 @@ $more-info--border: $textbox-repeater--button--border;
|
||||
.torrent {
|
||||
|
||||
&__more-info {
|
||||
background: $more-info--background;
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
transform: translateX(0);
|
||||
@@ -122,6 +121,7 @@ $more-info--border: $textbox-repeater--button--border;
|
||||
}
|
||||
|
||||
&__more-info {
|
||||
background: $more-info--background;
|
||||
border-radius: 32px 0 0 32px;
|
||||
box-shadow:
|
||||
0 0 30px rgba($more-info--box-shadow--hue, 0.11),
|
||||
|
||||
Reference in New Issue
Block a user