improve styles for user_panel

This commit is contained in:
Henry Jameson 2025-08-07 17:25:04 +03:00
commit a4de299c58
2 changed files with 69 additions and 65 deletions

View file

@ -28,7 +28,7 @@
}
.user-info {
margin: 0.6em;
margin: 0.6em 0.6em 0;
.Avatar {
width: 5em;
@ -38,6 +38,12 @@
}
}
.post-status-form {
form {
margin-top: 0;
}
}
.signed-in {
z-index: 10;
}