mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
UI done for video archiving
This commit is contained in:
14
client/app/pages/video-archive/video-archive.scss
Normal file
14
client/app/pages/video-archive/video-archive.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.video-archive {
|
||||
// custom card
|
||||
&__card {
|
||||
border-top-right-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
padding: 0 0 10px;
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
&__text-input {
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user