Tidied up now.
This commit is contained in:
parent
fee1e61379
commit
d2b8b2aaed
10
package.json
10
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@seraphimrp/thelounge-theme",
|
"name": "thelounge-theme-seraphimrp",
|
||||||
"description": "Personal theme for thelounge",
|
"description": "Personal theme for thelounge",
|
||||||
"version": "1.0.0",
|
"version": "1.0.4",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"thelounge",
|
"thelounge",
|
||||||
"thelounge-theme"
|
"thelounge-theme"
|
||||||
@ -16,14 +16,14 @@
|
|||||||
"thelounge": {
|
"thelounge": {
|
||||||
"name": "SeraphimRP",
|
"name": "SeraphimRP",
|
||||||
"type": "theme",
|
"type": "theme",
|
||||||
"css": "theme.css"
|
"css": "seraphimrp.css"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"stylelint": "^10.1.0",
|
"stylelint": "^10.1.0",
|
||||||
"stylelint-config-standard": "^18.3.0"
|
"stylelint-config-standard": "^18.3.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "stylelint theme.css",
|
"test": "stylelint seraphimrp.css",
|
||||||
"format": "stylelint --fix theme.css"
|
"format": "stylelint --fix seraphimrp.css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,9 +18,6 @@ body {
|
|||||||
#form,
|
#form,
|
||||||
.messages .msg,
|
.messages .msg,
|
||||||
.userlist,
|
.userlist,
|
||||||
#sidebar .empty,
|
|
||||||
.channel-list-item,
|
|
||||||
.channel-list-item[data-type="lobby"],
|
|
||||||
.input,
|
.input,
|
||||||
#context-menu,
|
#context-menu,
|
||||||
.mentions-popup,
|
.mentions-popup,
|
||||||
@ -39,14 +36,6 @@ body {
|
|||||||
line-height: 30px !important;
|
line-height: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .network.collapsed .collapse-network-icon {
|
|
||||||
transform: rotate(-90deg) translate(10%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar .network .collapse-network {
|
|
||||||
width: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--body-bg-color: #2e3440;
|
--body-bg-color: #2e3440;
|
||||||
--window-bg-color: #2e3440;
|
--window-bg-color: #2e3440;
|
Loading…
Reference in New Issue
Block a user