mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 13:04:19 +00:00
🔧 Increase the summary horizontal padding
This commit is contained in:
parent
adba8507cf
commit
d8ac277f47
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
.Middle {
|
.Middle {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
padding: 5px;
|
padding: 5px 20px;
|
||||||
|
|
||||||
background-color: var(--bg-light);
|
background-color: var(--bg-light);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue