mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
Fix: Prevented the foreign title from overlapping the clear logo on larger screens
This commit is contained in:
@@ -2332,8 +2332,6 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
|||||||
|
|
||||||
.mainDetailButtons {
|
.mainDetailButtons {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
/* test for 10.11.0 */
|
|
||||||
/* margin: 0 0 1em 0; */
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2345,7 +2343,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: 0 0 1em 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user