silphius/app/react/components/dom/hotbar.module.css
2024-07-28 18:42:28 -05:00

8 lines
114 B
CSS

.hotbar {
left: 20px;
opacity: 1;
position: absolute;
top: 4px;
transition: top 150ms, opacity 200ms;
}