silphius/app/react/components/dom/hotbar.module.css

8 lines
114 B
CSS
Raw Normal View History

2024-06-10 22:42:30 -05:00
.hotbar {
2024-07-28 08:06:08 -05:00
left: 20px;
opacity: 1;
2024-06-10 22:42:30 -05:00
position: absolute;
2024-07-28 08:06:08 -05:00
top: 4px;
transition: top 150ms, opacity 200ms;
2024-07-23 23:27:08 -05:00
}