Merge pull request #15 from jejolare-dev/fix_fullscreen_mode
Fix fullscreen mode updates
This commit is contained in:
commit
fae433d8ca
1 changed files with 8 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue