mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-15 03:02:50 +00:00
UI done for video archiving
This commit is contained in:
13
client/app/scss/grid.scss
Normal file
13
client/app/scss/grid.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.archive-grid {
|
||||
display: grid;
|
||||
grid-gap: 5px;
|
||||
grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
|
||||
|
||||
@include smallScreen() {
|
||||
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||
}
|
||||
|
||||
&__item {
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user