mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Used consistent margin by ignoring the media query
This commit is contained in:
@@ -2101,7 +2101,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
|||||||
@media (min-width: 100em) {
|
@media (min-width: 100em) {
|
||||||
.mainDetailButtons {
|
.mainDetailButtons {
|
||||||
font-size: unset;
|
font-size: unset;
|
||||||
margin: 1em 0;
|
margin: 0 0 1em 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user