Added public visibility toggle to user page stashes.

This commit is contained in:
DebaucheryLibrarian
2021-03-20 02:03:30 +01:00
parent 011f10fba8
commit 4bc6ff846d
11 changed files with 240 additions and 24 deletions

View File

@@ -164,10 +164,10 @@ export default {
.menu-username {
display: block;
font-weight: bold;
color: var(--shadow-strong);
color: var(--darken-strong);
font-size: .9rem;
padding: .75rem 1rem;
border-bottom: solid 1px var(--shadow-hint);
border-bottom: solid 1px var(--darken-hint);
text-align: center;
text-decoration: none;
}