Skip to content

Commit 68d2370

Browse files
authored
impr(settings-page): responsive local font button style (@byseif21) (monkeytypegame#6855)
### Description in the smaller screens it's not looking the best * now <img width="561" height="432" alt="Screenshot 2025-08-09 090154" src="https://github.com/user-attachments/assets/72fc5fdb-a008-4699-9bfc-b766937bf72a" />
1 parent 74f2d06 commit 68d2370

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

frontend/src/styles/media-queries-blue.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,17 @@
131131
}
132132
}
133133
}
134+
.section[data-config-name="fontFamily"] {
135+
grid-template-areas:
136+
"title"
137+
"text"
138+
"tabs"
139+
"buttons";
140+
.topRight {
141+
grid-area: tabs;
142+
align-self: start;
143+
}
144+
}
134145
}
135146
.profile {
136147
grid-template-columns: 1fr;

0 commit comments

Comments
 (0)