Merge pull request #2 from SethBurkart123/main

Clean up UI/UX
This commit is contained in:
Seth Burkart
2023-08-08 17:37:42 +10:00
committed by GitHub
2 changed files with 24 additions and 8 deletions
Vendored
BIN
View File
Binary file not shown.
+24 -8
View File
@@ -56,7 +56,6 @@ html {
.addedButton { .addedButton {
position: absolute !important; position: absolute !important;
right: 105px; right: 105px;
top: 31px;
padding: 6px !important; padding: 6px !important;
overflow: unset !important; overflow: unset !important;
border-radius: 10px !important; border-radius: 10px !important;
@@ -284,7 +283,7 @@ html {
#title { #title {
background: var(--background-primary); background: var(--background-primary);
height: 80px; height: 4rem;
box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px; box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
min-height: 48px; min-height: 48px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1);
@@ -743,6 +742,13 @@ html {
color: var(--text-primary); color: var(--text-primary);
top: 80px; top: 80px;
right: 10px; right: 10px;
border-radius: 1rem;
box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.4);
}
#ExtensionPopup {
border-radius: 1rem;
box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.4);
} }
#menu li.active { #menu li.active {
@@ -758,7 +764,7 @@ html {
} }
.notifications__items___2hCdv { .notifications__items___2hCdv {
border-bottom: unset; border-bottom: none;
height: 540px; height: 540px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -787,6 +793,11 @@ html {
background: unset; background: unset;
} }
.MessageList__MessageList___3DxoC ::-webkit-scrollbar {
width: 0px;
background: none;
}
.MessageList__MessageList___3DxoC { .MessageList__MessageList___3DxoC {
background: var(--background-primary); background: var(--background-primary);
} }
@@ -1146,7 +1157,7 @@ body {
height: 42px; height: 42px;
justify-content: center; justify-content: center;
right: 47px; right: 47px;
top: 28px; top: 14px;
width: 42px; width: 42px;
z-index: 2; z-index: 2;
} }
@@ -1436,10 +1447,14 @@ body {
#menuToggle { #menuToggle {
color: var(--text-primary); color: var(--text-primary);
top: 23px !important; top: 0.8rem !important;
z-index: 2; z-index: 2;
} }
#AddedSettings {
top: 17.5px !important;
}
.day-empty { .day-empty {
font-size: 30px; font-size: 30px;
display: flex; display: flex;
@@ -2019,7 +2034,7 @@ body {
color: var(--text-primary); color: var(--text-primary);
display: flex; display: flex;
min-height: 32px; min-height: 32px;
height: 100px; height: 64px;
justify-content: space-between; justify-content: space-between;
z-index: 10; z-index: 10;
position: absolute; position: absolute;
@@ -2046,6 +2061,7 @@ body {
.userInfo { .userInfo {
display: flex; display: flex;
align-items: center; align-items: center;
padding-top: 4px;
} }
.userInfoText { .userInfoText {
@@ -2078,7 +2094,7 @@ body {
z-index: 3; z-index: 3;
position: absolute !important; position: absolute !important;
right: -70px !important; right: -70px !important;
top: 14px !important; top: -2px !important;
} }
.userInfosvg::after { .userInfosvg::after {
@@ -2172,7 +2188,7 @@ body {
fill: var(--text-primary); fill: var(--text-primary);
height: 35px; height: 35px;
width: 35px; width: 35px;
top: 31px; top: 17.5px;
} }
.topmenutooltip { .topmenutooltip {