UI fix
This commit is contained in:
parent
0a4eb16c29
commit
91356d4c77
@ -559,7 +559,7 @@ theme-toggle {
|
||||
.torrent-container {
|
||||
padding: 1.5rem 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
|
||||
gap: 0.8rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -481,7 +481,7 @@ theme-toggle {
|
||||
.torrent-container {
|
||||
padding: 1.5rem 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
|
||||
gap: 0.8rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user