1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🔧 Make ResourcePanel buttons fixed width

This commit is contained in:
Steffo 2021-10-10 16:02:08 +02:00
parent 2aaa7b1cc0
commit b048b8374a

View file

@ -28,4 +28,12 @@
.ResourcePanel .Buttons {
grid-area: buttons;
display: flex;
flex-direction: row;
gap: 4px;
}
.ResourcePanel .Buttons > * {
width: 96px;
}