mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Reduced icon padding in My Media (small) buttons and side margin in their container #46
This removes the extra unintended indentation on the sides of their container.
This commit is contained in:
@@ -541,11 +541,12 @@ html {
|
||||
|
||||
@media (max-width: 50em) {
|
||||
.homeLibraryButton {
|
||||
width: 45% !important;
|
||||
width: 45.6% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.homeLibraryButton {
|
||||
padding-inline-start: .25em;
|
||||
min-width: 15%;
|
||||
}
|
||||
|
||||
@@ -1644,11 +1645,11 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
background-color: var(--highlightOutlineColor);
|
||||
}
|
||||
|
||||
[dir=ltr] .padded-left.vertical-wrap {
|
||||
[dir=ltr] .padded-left.vertical-wrap:not(div:has(.homeLibraryButton)) {
|
||||
padding-left: 5% !important;
|
||||
}
|
||||
|
||||
[dir=ltr] .padded-right.vertical-wrap {
|
||||
[dir=ltr] .padded-right.vertical-wrap:not(div:has(.homeLibraryButton)) {
|
||||
padding-right: 5% !important;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user