Tidied up now.

This commit is contained in:
Seraphim R. Pardee 2021-08-03 11:48:18 -04:00
parent fee1e61379
commit d2b8b2aaed
No known key found for this signature in database
GPG Key ID: F5D3989AB7E40B62
2 changed files with 5 additions and 16 deletions

View File

@ -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"
} }
} }

View File

@ -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;