Adding input box size adjustments.
This commit is contained in:
parent
a1f6bac12a
commit
3e67be082d
21
nord.css
21
nord.css
@ -51,12 +51,6 @@ html {
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
#chat .msg[data-type="notice"] .content,
|
||||
#chat .msg[data-type="notice"] .time,
|
||||
#chat .msg[data-type="notice"] .user {
|
||||
color: var(--highlight-color);
|
||||
}
|
||||
|
||||
#loading .logo,
|
||||
#windows .logo {
|
||||
display: none;
|
||||
@ -74,6 +68,9 @@ html {
|
||||
.input {
|
||||
background-color: var(--background-light-color);
|
||||
color: var(--body-color);
|
||||
font-size: 12px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.jump-to-input .input {
|
||||
@ -166,6 +163,12 @@ body {
|
||||
color: var(--highlight-color);
|
||||
}
|
||||
|
||||
#chat .msg[data-type="notice"] .content,
|
||||
#chat .msg[data-type="notice"] .time,
|
||||
#chat .msg[data-type="notice"] .user {
|
||||
color: var(--highlight-color);
|
||||
}
|
||||
|
||||
#chat .msg.self .content {
|
||||
color: var(--body-color);
|
||||
}
|
||||
@ -368,4 +371,8 @@ body {
|
||||
#viewport .lt,
|
||||
#viewport .rt {
|
||||
color: var(--button-color);
|
||||
}
|
||||
}
|
||||
|
||||
.jump-to-input::before {
|
||||
line-height: 30px !important;
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "thelounge-theme-nord",
|
||||
"description": "Nord theme for thelounge",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"keywords": [
|
||||
"thelounge",
|
||||
"thelounge-theme",
|
||||
|
Loading…
Reference in New Issue
Block a user