mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-27 11:10:12 +08:00
style: add horizontal padding to overlay list content in common styles
This commit is contained in:
@@ -515,6 +515,7 @@ html.v-overlay-scroll-blocked body {
|
|||||||
.v-overlay__content .v-list{
|
.v-overlay__content .v-list{
|
||||||
backdrop-filter: blur(6px);
|
backdrop-filter: blur(6px);
|
||||||
background-color: rgb(var(--v-theme-surface), 0.9) !important;
|
background-color: rgb(var(--v-theme-surface), 0.9) !important;
|
||||||
|
padding-inline: 0.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-overlay__content .v-card:not(.bg-primary){
|
.v-overlay__content .v-card:not(.bg-primary){
|
||||||
|
|||||||
Reference in New Issue
Block a user