colibris: small improvement on chat and sidediv

This commit is contained in:
Sebastian Castro 2020-04-18 12:27:44 +02:00 committed by muxator
parent 7a6d212e17
commit 22f7e1fd36
2 changed files with 6 additions and 15 deletions

View file

@ -60,18 +60,13 @@
#chattext p { #chattext p {
padding: 4px 10px; padding: 4px 10px;
} }
#chattext p:first-child { #chattext:not(.authorColors) p:first-child {
padding-top: 10px; padding-top: 10px;
} }
#chattext p:last-child { #chattext:not(.authorColors) p:last-child {
padding-bottom: 10px; padding-bottom: 10px;
} }
.plugin-ep_author_neat #chattext.authorColors p,
.plugin-ep_author_neat #chattext.authorColors span {
background-color: transparent !important;
}
#chatinputbox { #chatinputbox {
padding: 8px; padding: 8px;
} }
@ -80,10 +75,6 @@
background-color: var(--bg-color); background-color: var(--bg-color);
} }
.plugin-ep_author_neat #chatbox.stickyChat .chat-content #chattext {
padding: 5px 3px;
}
@media (max-width: 720px) { @media (max-width: 720px) {
#chaticon { #chaticon {
right: 0; right: 0;

View file

@ -8,10 +8,9 @@
font-family: var(--main-font-family); /* the parent div have font-family monospace (line number) */ font-family: var(--main-font-family); /* the parent div have font-family monospace (line number) */
color: #485365; color: #485365;
color: var(--text-color); color: var(--text-color);
font-size: 13px;
padding-right: 18px !important; padding-right: 18px !important;
text-transform: uppercase; text-transform: capitalize;
font-size: 11px !important; font-size: 12px !important;
font-weight: bold; font-weight: bold;
} }
@ -24,7 +23,8 @@
#sidedivinner>div { #sidedivinner>div {
line-height: 24px; line-height: 24px;
font-size: 10px !important; font-size: 9px !important;
font-family: RobotoMono;
color: #576273; color: #576273;
color: var(--text-soft-color); color: var(--text-soft-color);
} }