0.1.52 Gateway
This commit is contained in:
+25
-1
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user