mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Improve item display (#283)
* Refactor item display to separate component * Load assets and render item models * Cache rendered items
This commit is contained in:
@@ -108,21 +108,6 @@
|
||||
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