diff --git a/package.json b/package.json index 204e1d3..3d11859 100644 --- a/package.json +++ b/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" } } diff --git a/theme.css b/seraphimrp.css similarity index 97% rename from theme.css rename to seraphimrp.css index 944691f..3ac2df4 100644 --- a/theme.css +++ b/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;