fix: reduce the space between icon and text and lower icon opacity, #360

This commit is contained in:
lesion 2024-03-18 09:56:37 +01:00
parent 25f75a2c9c
commit 0e3e045d3f
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -38,6 +38,11 @@ li {
word-break: break-word;
}
.v-application--is-ltr .v-list-item__action:first-child,
.v-application--is-ltr .v-list-item__icon:first-child {
margin-right: 20px !important;
}
#home {
max-width: 1400px;
/* padding: 0px; */
@ -102,6 +107,10 @@ li {
border: 1px solid #ccc;
}
.v-card .v-icon {
opacity: 0.6;
}
.v-menu__content {
scrollbar-width: thin;
scrollbar-color: #FF4511 #111;