mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
minor design imporvements
This commit is contained in:
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 591 KiB |
@@ -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 = [
|
const themes = [
|
||||||
{
|
{
|
||||||
@@ -7,9 +8,9 @@ const themes = [
|
|||||||
coverImage: <img className="object-cover object-center w-full h-full" src={test} />,
|
coverImage: <img className="object-cover object-center w-full h-full" src={test} />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Light",
|
name: "Hacker",
|
||||||
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/light.json",
|
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/hacker.json",
|
||||||
coverImage: <img />,
|
coverImage: <img className="object-cover object-center w-full h-full" src={hacker} />,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
+22
-13
@@ -69,6 +69,10 @@ html {
|
|||||||
background: unset;
|
background: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main > .dashboard > section {
|
||||||
|
border-radius: 1rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
#main > .dashboard > .dashlet {
|
#main > .dashboard > .dashlet {
|
||||||
background: var(--background-primary);
|
background: var(--background-primary);
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
@@ -99,10 +103,8 @@ ul.magicDelete > li.deleting {
|
|||||||
fill: var(--background-primary);
|
fill: var(--background-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu,
|
#menu, .sub, .nav {
|
||||||
.sub,
|
background: transparent !important;
|
||||||
.nav {
|
|
||||||
background: var(--better-main) !important;
|
|
||||||
color: var(--text-color) !important;
|
color: var(--text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -204,7 +206,6 @@ html {
|
|||||||
|
|
||||||
/* Messages */
|
/* Messages */
|
||||||
.menuShown .content .anyoneSelect .listWrapper .list:has(.item) {
|
.menuShown .content .anyoneSelect .listWrapper .list:has(.item) {
|
||||||
height: 32px !important;
|
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -229,9 +230,11 @@ ol:has(.MessageList__avatar___2wxyb svg) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Direct Message Menu */
|
/* Direct Message Menu */
|
||||||
.wrapper .cke_contents {
|
.wrapper .cke_contents iframe {
|
||||||
border-radius: 16px !important;
|
box-sizing: border-box;
|
||||||
padding: 8px !important;
|
-moz-box-sizing: border-box;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper .cke_contents::-webkit-scrollbar-thumb {
|
.wrapper .cke_contents::-webkit-scrollbar-thumb {
|
||||||
@@ -366,8 +369,8 @@ ol:has(.MessageList__avatar___2wxyb svg) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.document {
|
.document {
|
||||||
border-radius: 32px !important;
|
|
||||||
background: var(--background-primary) !important;
|
background: var(--background-primary) !important;
|
||||||
|
border-radius: 8px;
|
||||||
margin-bottom: 4px !important;
|
margin-bottom: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -423,6 +426,7 @@ td.colourBar {
|
|||||||
#container #content .search {
|
#container #content .search {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
background: var(--background-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
#container #content .uiButton {
|
#container #content .uiButton {
|
||||||
@@ -851,6 +855,7 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.shortcut-container {
|
.shortcut-container {
|
||||||
|
background: var(--better-main);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -869,7 +874,6 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.shortcuts {
|
.shortcuts {
|
||||||
background: var(--better-main);
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
@@ -943,7 +947,6 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
|
|
||||||
border-left: none !important;
|
border-left: none !important;
|
||||||
border-radius: 1rem !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard .message .ais-wrapper {
|
.dashboard .message .ais-wrapper {
|
||||||
@@ -1061,6 +1064,8 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
.day-empty {
|
.day-empty {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 1rem 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1467,7 +1472,7 @@ ul {
|
|||||||
-webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;
|
-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;
|
box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;
|
||||||
background: var(--background-primary);
|
background: var(--background-primary);
|
||||||
margin: 8px 0px 0px 0px;
|
margin: 0 !important;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1633,7 +1638,6 @@ blurred {
|
|||||||
.formattedText > .wrapper > .cke > .cke_inner > .cke_contents {
|
.formattedText > .wrapper > .cke > .cke_inner > .cke_contents {
|
||||||
background: var(--background-primary);
|
background: var(--background-primary);
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
padding: 8px;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1676,6 +1680,11 @@ blurred {
|
|||||||
|
|
||||||
.cke_toolbox {
|
.cke_toolbox {
|
||||||
background: unset !important;
|
background: unset !important;
|
||||||
|
gap: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cke_toolbox > .cke_toolbar > .cke_toolgroup {
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cke_1_top a:hover {
|
#cke_1_top a:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user