mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Fix library button sizing
This commit is contained in:
9
base.css
9
base.css
@@ -134,6 +134,15 @@ div[data-role="controlgroup"] a[data-role="button"] {
|
||||
min-width: 12em;
|
||||
margin: 0.4em;
|
||||
}
|
||||
@media all and (max-width: 26em){
|
||||
.homeLibraryButton {
|
||||
min-width: 45%;
|
||||
width: auto !important;
|
||||
}
|
||||
}
|
||||
.homeLibraryButton {
|
||||
width: auto !important;
|
||||
}
|
||||
.listItem:hover {
|
||||
transition: 0.2s;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
|
||||
Reference in New Issue
Block a user