1
0
forked from iarv/mc-webui

fix: Reduce emoji avatar border and chat margins

- Reduce emoji avatar border from 2.5px to 1.5px
- Reduce horizontal padding from 0.5rem to 0.25rem

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-01-20 08:17:50 +01:00
parent d28a791e31
commit 4a32871d7d

View File

@@ -30,8 +30,8 @@ main {
/* Messages Container */
.messages-container {
background-color: #ffffff;
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
}
#messagesList {
@@ -81,7 +81,7 @@ main {
.message-avatar.emoji {
font-size: 1.25rem;
background-color: transparent !important;
border: 2.5px solid;
border: 1.5px solid;
line-height: 1;
padding-bottom: 1px;
}