home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tidy up unfinished admin css

+20 -6
+4 -1
admin/static/admin.css
··· 107 107 .nav-item { 108 108 width: auto; 109 109 height: 100%; 110 - padding: 0 1em; 111 110 display: flex; 112 111 113 112 color: var(--fg-2); ··· 123 122 text-decoration: none; 124 123 } 125 124 nav a { 125 + padding: 0 1em; 126 126 text-decoration: none; 127 127 color: inherit; 128 + } 129 + nav a.icon { 130 + padding: 0; 128 131 } 129 132 nav #logout { 130 133 /* margin-left: auto; */
+5 -3
admin/static/edit-account.css
··· 25 25 26 26 .mfa-device { 27 27 padding: .75em; 28 - background: #f8f8f8f8; 29 - border: 1px solid #808080; 30 - border-radius: 8px; 31 28 margin-bottom: .5em; 32 29 display: flex; 33 30 justify-content: space-between; 31 + 32 + color: var(--fg-3); 33 + background: var(--bg-2); 34 + box-shadow: var(--shadow-md); 35 + border-radius: 16px; 34 36 } 35 37 36 38 .mfa-device div {
+9
admin/static/edit-release.css
··· 313 313 gap: .2em; 314 314 } 315 315 316 + .card.links a.button:hover { 317 + color: var(--bg-3) !important; 318 + background-color: var(--fg-3) !important; 319 + } 320 + 316 321 .card.links a.button[data-name="spotify"] { 322 + color: #101010; 317 323 background-color: #8cff83 318 324 } 319 325 320 326 .card.links a.button[data-name="apple music"] { 327 + color: #101010; 321 328 background-color: #8cd9ff 322 329 } 323 330 324 331 .card.links a.button[data-name="soundcloud"] { 332 + color: #101010; 325 333 background-color: #fdaa6d 326 334 } 327 335 328 336 .card.links a.button[data-name="youtube"] { 337 + color: #101010; 329 338 background-color: #ff6e6e 330 339 } 331 340
+2 -2
admin/static/index.css
··· 7 7 flex-direction: row; 8 8 align-items: center; 9 9 gap: .5em; 10 - color: var(--fg-3); 11 10 12 - border-radius: 16px; 11 + color: var(--fg-3); 13 12 background: var(--bg-2); 14 13 box-shadow: var(--shadow-md); 14 + border-radius: 16px; 15 15 16 16 transition: background .1s ease-out; 17 17 cursor: pointer;