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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
Loading…
Reference in New Issue
Block a user