mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 00:14:03 +00:00
refactor(miniapp): tighten overview screen density
This commit is contained in:
@@ -284,6 +284,12 @@ button {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.summary-card-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.panel {
|
||||
border-radius: 24px;
|
||||
padding: 18px;
|
||||
@@ -904,11 +910,7 @@ button {
|
||||
padding: 32px 24px 40px;
|
||||
}
|
||||
|
||||
.home-grid {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.home-grid--summary {
|
||||
.summary-card-grid {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user