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