Minor layout changes

This commit is contained in:
nuttylmao
2025-07-10 06:04:08 +10:00
parent b80656f58c
commit 2fbda9dfdf
4 changed files with 39 additions and 29 deletions
+17 -2
View File
@@ -93,8 +93,15 @@ li {
font-size: 0.7em;
}
.bubble {
background: #000000bf !important;
padding: 0.5em 1em;
border-radius: var(--border-radius);
}
.highlightMessage {
background: #adadad46;
/* background: #adadad46 !important; */
background: #414141bf !important;
padding: 0.5em 1em;
border-radius: var(--border-radius);
}
@@ -102,13 +109,21 @@ li {
.message-contents {
display: flex;
flex-direction: row;
gap: 1em;
gap: 0.5em;
}
.add-this-class-to-the-thing-to-make-all-the-text-centered-vertically-because-that-looks-much-better {
align-items: center;
}
#avatar {
width: 2em;
}
#avatar:empty {
display: none;
}
.avatar {
height: 2em;
margin: 1px;