Fix: Tweaked the filter buttons in libraries for increased consistency and reduced overflow
This commit is contained in:
parent
36c777571c
commit
b3cbfde3f0
1 changed files with 6 additions and 2 deletions
|
|
@ -2609,8 +2609,12 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
padding-right: 0 !important;
|
padding-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.paging {
|
.listPaging>span {
|
||||||
padding: 0 1em;
|
padding: 0 .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.paper-icon-button-light {
|
||||||
|
margin: 0 .2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile #myPreferencesMenuPage {
|
.layout-mobile #myPreferencesMenuPage {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue