mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
fix: No need for menu to be so wide
This commit is contained in:
parent
c00f6f77eb
commit
3b5c05f455
@ -1,6 +1,6 @@
|
||||
.layout-sidebar {
|
||||
position: fixed;
|
||||
width: 300px;
|
||||
width: 250px;
|
||||
height: calc(100vh - 9rem);
|
||||
z-index: 999;
|
||||
overflow-y: auto;
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
&.layout-static {
|
||||
.layout-main-container {
|
||||
margin-left: 300px;
|
||||
margin-left: 250px;
|
||||
}
|
||||
|
||||
&.layout-static-inactive {
|
||||
|
@ -18,7 +18,7 @@
|
||||
color: var(--surface-900);
|
||||
font-size: 1.5rem;
|
||||
font-weight: 500;
|
||||
width: 300px;
|
||||
width: 250px;
|
||||
border-radius: 12px;
|
||||
|
||||
img {
|
||||
|
Loading…
x
Reference in New Issue
Block a user