0.1.52 Gateway

This commit is contained in:
ponzischeme89
2026-08-17 19:09:17 +12:00
parent d5a8d3ad88
commit 1da91e40a1
46 changed files with 1626 additions and 106 deletions
+25 -1
View File
@@ -337,9 +337,33 @@ a {
text-overflow: ellipsis;
font-size: 13.5px;
}
.account-panel form {
/* A link and a submit button sit in this menu side by side, and they have to be one row
shape: the operator reads them as two entries of the same list, not as a link above a
form. */
.account-panel > a,
.account-panel form button {
display: flex;
align-items: center;
gap: 9px;
justify-content: flex-start;
width: 100%;
height: 38px;
padding: 0 10px;
border-radius: 8px;
color: var(--muted);
font-size: 13px;
text-decoration: none;
}
.account-panel > a:hover {
background: var(--surface-hi);
color: var(--text);
}
.account-panel > a {
margin-top: 6px;
}
.account-panel form {
margin-top: 2px;
}
.account-panel form button {
justify-content: flex-start;
width: 100%;