umami/components/input/ProfileButton.module.css

11 lines
129 B
CSS
Raw Normal View History

2023-03-22 05:28:36 +01:00
.menu {
width: 200px;
z-index: var(--z-index-popup);
2023-03-22 05:28:36 +01:00
}
.item {
display: flex;
gap: 12px;
background: var(--base50);
}