mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-23 07:14:21 +00:00
🔧 Make ResourcePanel
buttons fixed width
This commit is contained in:
parent
461d353c69
commit
bc701ade24
1 changed files with 8 additions and 0 deletions
|
@ -28,4 +28,12 @@
|
|||
|
||||
.ResourcePanel .Buttons {
|
||||
grid-area: buttons;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.ResourcePanel .Buttons > * {
|
||||
width: 96px;
|
||||
}
|
Loading…
Reference in a new issue