mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 22:27:14 +02:00
Adjust title and author size in landscape mode
This commit is contained in:
@@ -1120,12 +1120,22 @@ export default {
|
|||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
@media (orientation: landscape) {
|
||||||
|
.fullscreen .title-author-texts .title-text {
|
||||||
|
font-size: larger !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
.title-author-texts .author-text {
|
.title-author-texts .author-text {
|
||||||
transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
|
transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
|
||||||
transition-property: font-size;
|
transition-property: font-size;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
@media (orientation: landscape) {
|
||||||
|
.fullscreen .title-author-texts .author-text {
|
||||||
|
font-size: inherit !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.fullscreen .title-author-texts {
|
.fullscreen .title-author-texts {
|
||||||
bottom: calc(50% - var(--cover-image-height) / 2 + 50px);
|
bottom: calc(50% - var(--cover-image-height) / 2 + 50px);
|
||||||
|
|||||||
Reference in New Issue
Block a user