Merge pull request #15 from jejolare-dev/fix_fullscreen_mode

Fix fullscreen mode updates
This commit is contained in:
Dmitrii Kolpakov 2025-11-20 12:57:32 +07:00 committed by GitHub
commit fae433d8ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,10 @@
text-align: center;
font-size: 22px;
font-weight: 500;
:global(.app-fullscreen) & {
font-size: 25px;
}
}
&__subtitle {
@ -22,6 +26,10 @@
color: #b6b6c4;
font-size: 16px;
font-weight: 400;
:global(.app-fullscreen) & {
font-size: 18px;
}
}
&__content {