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