umami/src/components/input/ProfileButton.module.css

19 lines
256 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);
}
2023-09-04 22:42:39 +02:00
.version {
font-family: monospace;
font-size: 11px;
color: var(--base600);
text-align: right;
margin-right: 10px;
}