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