Skip to content

Commit f495e13

Browse files
committed
style: add horizontal padding to overlay list content in common styles
1 parent f293681 commit f495e13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/styles/common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ html.v-overlay-scroll-blocked body {
515515
.v-overlay__content .v-list{
516516
backdrop-filter: blur(6px);
517517
background-color: rgb(var(--v-theme-surface), 0.9) !important;
518+
padding-inline: 0.5rem !important;
518519
}
519520

520521
.v-overlay__content .v-card:not(.bg-primary){

0 commit comments

Comments
 (0)