New: Consistent padding in library views and more compact alpha picker row

This commit is contained in:
lscambo13
2024-12-03 12:44:03 -08:00
parent 44ed2bae27
commit f5043c1560

View File

@@ -664,4 +664,34 @@ div[data-role=controlgroup] a.ui-btn-active {
.listItem-border {
border-color: transparent !important;
}
.alphaPickerButton {
font-family: monospace;
margin: .15em;
color: rgba(255, 255, 255, 0.25);
}
.alphaPickerButton-selected {
color: rgba(255, 255, 255, 1);
}
.alphaPicker-vertical {
height: 70%;
}
.alphaPicker {
justify-content: center;
}
[dir=ltr] .padded-left.vertical-wrap {
padding-left: 5% !important;
}
[dir=ltr] .padded-right.vertical-wrap {
padding-right: 5% !important;
}
.paging {
padding-inline-start: 1em;
}