mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: added padding to improve hover effects in some Dashboard elements
This commit is contained in:
@@ -572,6 +572,14 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
/* backdrop-filter: blur(5px); */
|
/* backdrop-filter: blur(5px); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.paperList {
|
||||||
|
padding: .4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.serverInfo {
|
||||||
|
padding: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.listItemIcon:not(.listItemIcon-transparent) {
|
.listItemIcon:not(.listItemIcon-transparent) {
|
||||||
background-color: var(--lighterGradientPoint) !important;
|
background-color: var(--lighterGradientPoint) !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user