Fix: Prevented the foreign title from overlapping the clear logo on larger screens
This commit is contained in:
parent
4fee1b3a44
commit
5209cbb8f1
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue