mirror of
https://github.com/zoriya/flood.git
synced 2026-05-31 10:22:44 +00:00
Ensure the background color of torrent list is always visible
This commit is contained in:
@@ -49,12 +49,19 @@
|
||||
|
||||
&__file-data {
|
||||
|
||||
&__item {
|
||||
line-height: 1.2;
|
||||
margin-bottom: 5px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
&__directory {
|
||||
color: $torrent-details--file-data--directory;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
&__depth--1 {
|
||||
&__depth--1,
|
||||
&__filename {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,19 +2,28 @@
|
||||
display: flex;
|
||||
flex: 5;
|
||||
position: relative;
|
||||
|
||||
&:after {
|
||||
background: $torrent-list--background;
|
||||
bottom: 0;
|
||||
box-shadow: -1px 0 0 0 $torrent-list--border;
|
||||
content: '';
|
||||
height: auto;
|
||||
left: 10px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.torrent {
|
||||
|
||||
&__list {
|
||||
background: $torrent-list--background;
|
||||
box-shadow: -1px 0 0 0 $torrent-list--border;
|
||||
margin: 0 0 0 10px;
|
||||
padding: 10px 0;
|
||||
position: relative;
|
||||
|
||||
&__wrapper {
|
||||
height: auto;
|
||||
list-style: none;
|
||||
max-width: 100%;
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user