mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-25 07:43:22 +08:00
Add _some_ scaling to the home buttons and its text
This commit is contained in:
parent
60d4211887
commit
2107866787
@ -3,8 +3,8 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
||||||
width: 196px;
|
width: min(10vw, 196px);
|
||||||
height: 196px;
|
height: min(20vh, 196px);
|
||||||
|
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
|
|
||||||
@ -40,6 +40,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.HomeButton_Label {
|
.HomeButton_Label {
|
||||||
font-size: 30px;
|
font-size: min(1.3vw, 30px);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user