remove sidebar resource view

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
Gergely Brautigam 2026-07-03 08:59:12 +02:00
parent cdc507c5f7
commit 145468a047
No known key found for this signature in database
GPG key ID: 3763870D61A6E2CA
3 changed files with 1 additions and 23 deletions

View file

@ -243,13 +243,6 @@
/ 40px 1fr min-content;
column-gap: 8px;
&:has(> .item-resource, > .item-resources) {
grid-template:
'img name resource controls' auto
'img labels labels labels' 1fr
/ 40px 1fr min-content min-content;
}
> .img-portait {
grid-area: img;
}
@ -258,15 +251,6 @@
line-height: 1;
padding-bottom: 1px;
}
> .item-resource,
> .item-resources {
grid-area: resource;
align-self: center;
input {
width: 40px;
}
}
> .controls {
grid-area: controls;
align-self: start;