Fix: added padding to improve hover effects in some Dashboard elements
This commit is contained in:
parent
0482db6f4c
commit
cc7ff8ce41
1 changed files with 8 additions and 0 deletions
|
|
@ -572,6 +572,14 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
/* backdrop-filter: blur(5px); */
|
||||
}
|
||||
|
||||
.paperList {
|
||||
padding: .4em;
|
||||
}
|
||||
|
||||
.serverInfo {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.listItemIcon:not(.listItemIcon-transparent) {
|
||||
background-color: var(--lighterGradientPoint) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue