mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 08:32:23 +01:00
fix: reduce the space between icon and text and lower icon opacity, #360
This commit is contained in:
parent
25f75a2c9c
commit
0e3e045d3f
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue