minor design imporvements

This commit is contained in:
SethBurkart123
2023-11-06 13:31:20 +11:00
parent 9df621a2d8
commit 9919b25493
4 changed files with 27 additions and 17 deletions

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 KiB

+5 -4
View File
@@ -1,4 +1,5 @@
import test from './929098bd-40b9-46a5-bd6f-8b9e7d5e648b.webp';
import test from './themeCovers/929098bd-40b9-46a5-bd6f-8b9e7d5e648b.webp';
import hacker from './themeCovers/hacker.jpeg'
const themes = [
{
@@ -7,9 +8,9 @@ const themes = [
coverImage: <img className="object-cover object-center w-full h-full" src={test} />,
},
{
name: "Light",
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/light.json",
coverImage: <img />,
name: "Hacker",
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/hacker.json",
coverImage: <img className="object-cover object-center w-full h-full" src={hacker} />,
},
];
+22 -13
View File
@@ -69,6 +69,10 @@ html {
background: unset;
}
#main > .dashboard > section {
border-radius: 1rem !important;
}
#main > .dashboard > .dashlet {
background: var(--background-primary);
border-radius: 1rem;
@@ -99,10 +103,8 @@ ul.magicDelete > li.deleting {
fill: var(--background-primary);
}
#menu,
.sub,
.nav {
background: var(--better-main) !important;
#menu, .sub, .nav {
background: transparent !important;
color: var(--text-color) !important;
}
@@ -204,7 +206,6 @@ html {
/* Messages */
.menuShown .content .anyoneSelect .listWrapper .list:has(.item) {
height: 32px !important;
width: 100% !important;
}
@@ -229,9 +230,11 @@ ol:has(.MessageList__avatar___2wxyb svg) {
}
/* Direct Message Menu */
.wrapper .cke_contents {
border-radius: 16px !important;
padding: 8px !important;
.wrapper .cke_contents iframe {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 8px;
}
.wrapper .cke_contents::-webkit-scrollbar-thumb {
@@ -366,8 +369,8 @@ ol:has(.MessageList__avatar___2wxyb svg) {
}
.document {
border-radius: 32px !important;
background: var(--background-primary) !important;
border-radius: 8px;
margin-bottom: 4px !important;
}
@@ -423,6 +426,7 @@ td.colourBar {
#container #content .search {
width: 100%;
border-radius: 16px;
background: var(--background-primary);
}
#container #content .uiButton {
@@ -851,6 +855,7 @@ div > ol:has(.uiFileHandlerWrapper) {
}
.shortcut-container {
background: var(--better-main);
width: 100%;
display: flex;
flex-direction: column;
@@ -869,7 +874,6 @@ div > ol:has(.uiFileHandlerWrapper) {
}
.shortcuts {
background: var(--better-main);
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
@@ -943,7 +947,6 @@ div > ol:has(.uiFileHandlerWrapper) {
color: var(--text-primary);
border-left: none !important;
border-radius: 1rem !important;
}
.dashboard .message .ais-wrapper {
@@ -1061,6 +1064,8 @@ div > ol:has(.uiFileHandlerWrapper) {
.day-empty {
font-size: 30px;
display: flex;
width: 100%;
border-radius: 1rem 0;
align-items: center;
}
@@ -1467,7 +1472,7 @@ ul {
-webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;
box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;
background: var(--background-primary);
margin: 8px 0px 0px 0px;
margin: 0 !important;
border-radius: 1rem;
}
@@ -1633,7 +1638,6 @@ blurred {
.formattedText > .wrapper > .cke > .cke_inner > .cke_contents {
background: var(--background-primary);
border-radius: 1rem;
padding: 8px;
overflow-x: hidden;
}
@@ -1676,6 +1680,11 @@ blurred {
.cke_toolbox {
background: unset !important;
gap: 4px;
}
.cke_toolbox > .cke_toolbar > .cke_toolgroup {
margin: 0;
}
#cke_1_top a:hover {