mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-21 20:06:06 +00:00
perf: sidebar width
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.sidebarContainer {
|
.sidebarContainer {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 200px;
|
width: 11rem;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -59,10 +59,10 @@
|
|||||||
|
|
||||||
|
|
||||||
.sidebarChildContainer {
|
.sidebarChildContainer {
|
||||||
width: 10rem;
|
width: 9rem;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
margin: 0.8rem 0;
|
margin: 0.8rem 0;
|
||||||
padding-left: 2rem;
|
padding-left: 1.6rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user