This commit is contained in:
WBHarry 2026-03-09 19:09:53 +01:00
parent 85229faf52
commit 51e681cef9
4 changed files with 15 additions and 4 deletions

View file

@ -3,6 +3,14 @@
display: flex;
flex-direction: column;
gap: 16px;
overflow: auto;
max-height: 570px;
fieldset legend {
display: flex;
align-items: center;
gap: 4px;
}
.resource-type-container {
width: 100%;

View file

@ -35,8 +35,8 @@
}
img {
width: 18px;
height: 18px;
width: 14px;
height: 14px;
&.empty {
opacity: 0.4;