cleaning embed event list

This commit is contained in:
les
2021-03-19 12:01:37 +01:00
parent 72a8ca0e3e
commit dbce8b096e
4 changed files with 35 additions and 17 deletions

View File

@@ -32,4 +32,18 @@ li {
.container {
max-width: 1400px;
}
.v-dialog {
width: 600px;
max-width: 800px;
}
.theme--dark.v-list {
background-color: #333;
}
.v-autocomplete__content.v-menu__content {
scrollbar-width: thin;
scrollbar-color: #FF4511 #111;
}