Reduce builder side panel width to 260px
This commit is contained in:
parent
c8dc7885cf
commit
77a943cc36
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.panel {
|
.panel {
|
||||||
width: 280px;
|
width: 260px;
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue