mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Show item textures for loot table entries
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
|
||||
.node-header > * {
|
||||
height: 34px;
|
||||
/* border: none; */
|
||||
border: 1px solid;
|
||||
color: var(--node-text);
|
||||
border-color: var(--node-border);
|
||||
@@ -109,6 +108,21 @@
|
||||
background-color: var(--node-background-label);
|
||||
}
|
||||
|
||||
.node-header > label > img {
|
||||
height: 80%;
|
||||
position: relative;
|
||||
top: 10%;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.node-header > label > svg {
|
||||
width: 25.59px;
|
||||
height: 20px;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
fill: var(--node-text-dimmed);
|
||||
}
|
||||
|
||||
.node-header > input {
|
||||
font-size: 18px;
|
||||
padding-left: 9px;
|
||||
|
||||
Reference in New Issue
Block a user