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",
"version": "1.0.0",
"version": "1.0.4",
"keywords": [
"thelounge",
"thelounge-theme"
@ -16,14 +16,14 @@
"thelounge": {
"name": "SeraphimRP",
"type": "theme",
"css": "theme.css"
"css": "seraphimrp.css"
},
"devDependencies": {
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
},
"scripts": {
"test": "stylelint theme.css",
"format": "stylelint --fix theme.css"
"test": "stylelint seraphimrp.css",
"format": "stylelint --fix seraphimrp.css"
}
}

View File

@ -18,9 +18,6 @@ body {
#form,
.messages .msg,
.userlist,
#sidebar .empty,
.channel-list-item,
.channel-list-item[data-type="lobby"],
.input,
#context-menu,
.mentions-popup,
@ -39,14 +36,6 @@ body {
line-height: 30px !important;
}
#sidebar .network.collapsed .collapse-network-icon {
transform: rotate(-90deg) translate(10%);
}
#sidebar .network .collapse-network {
width: none;
}
:root {
--body-bg-color: #2e3440;
--window-bg-color: #2e3440;