mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
reduce height of topbar
This commit is contained in:
+12
-8
@@ -56,7 +56,6 @@ html {
|
||||
.addedButton {
|
||||
position: absolute !important;
|
||||
right: 105px;
|
||||
top: 31px;
|
||||
padding: 6px !important;
|
||||
overflow: unset !important;
|
||||
border-radius: 10px !important;
|
||||
@@ -284,7 +283,7 @@ html {
|
||||
|
||||
#title {
|
||||
background: var(--background-primary);
|
||||
height: 80px;
|
||||
height: 4rem;
|
||||
box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
|
||||
min-height: 48px;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
@@ -741,7 +740,7 @@ html {
|
||||
|
||||
.connectedNotificationsWrapper>div>button+div {
|
||||
color: var(--text-primary);
|
||||
top: 80px;
|
||||
top: 70px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
@@ -1146,7 +1145,7 @@ body {
|
||||
height: 42px;
|
||||
justify-content: center;
|
||||
right: 47px;
|
||||
top: 28px;
|
||||
top: 14px;
|
||||
width: 42px;
|
||||
z-index: 2;
|
||||
}
|
||||
@@ -1436,10 +1435,14 @@ body {
|
||||
|
||||
#menuToggle {
|
||||
color: var(--text-primary);
|
||||
top: 23px !important;
|
||||
top: 0.8rem !important;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
#AddedSettings {
|
||||
top: 17.5px !important;
|
||||
}
|
||||
|
||||
.day-empty {
|
||||
font-size: 30px;
|
||||
display: flex;
|
||||
@@ -2019,7 +2022,7 @@ body {
|
||||
color: var(--text-primary);
|
||||
display: flex;
|
||||
min-height: 32px;
|
||||
height: 100px;
|
||||
height: 64px;
|
||||
justify-content: space-between;
|
||||
z-index: 10;
|
||||
position: absolute;
|
||||
@@ -2046,6 +2049,7 @@ body {
|
||||
.userInfo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.userInfoText {
|
||||
@@ -2078,7 +2082,7 @@ body {
|
||||
z-index: 3;
|
||||
position: absolute !important;
|
||||
right: -70px !important;
|
||||
top: 14px !important;
|
||||
top: -2px !important;
|
||||
}
|
||||
|
||||
.userInfosvg::after {
|
||||
@@ -2172,7 +2176,7 @@ body {
|
||||
fill: var(--text-primary);
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
top: 31px;
|
||||
top: 17.5px;
|
||||
}
|
||||
|
||||
.topmenutooltip {
|
||||
|
||||
Reference in New Issue
Block a user