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

🔧 Make ResourcePanel buttons fixed width

This commit is contained in:
Steffo 2021-10-10 16:02:08 +02:00
parent 461d353c69
commit bc701ade24
Signed by: steffo
GPG key ID: 6965406171929D01

View file

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