reduced scale on narrow screens

This commit is contained in:
Miodec 2023-05-03 17:47:10 +02:00
parent 089e11250d
commit 5a889865a8

View file

@ -755,6 +755,13 @@
#commandLineWrapper {
padding: 5rem 1rem;
}
.pageSettings .section.themes .customTheme.button.active,
.pageSettings .section.themes .theme.button.active {
transform: scale(1.025);
}
.pageSettings .section.themes .buttons div.theme:hover {
transform: scale(1.025);
}
.profile .pbsWords,
.profile .pbsTime {
font-size: 0.9rem;