ripcrypt/templates/css/elements/generic.css
2025-10-05 16:28:12 -06:00

9 lines
237 B
CSS

.ripcrypt.popover.frameless,
.ripcrypt.hud,
.ripcrypt > .window-content {
.left-pill { border-radius: 999px 0 0 999px; }
.right-pill { border-radius: 0 999px 999px 0; }
.full-pill { border-radius: 999px; }
.grow { flex-grow: 1; }
}