mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Merge pull request #71 from SethBurkart123/main-cf-autofix
Apply fixes from CodeFactor
This commit is contained in:
+3
-10
@@ -59,7 +59,6 @@ html {
|
|||||||
border-radius: 10px !important;
|
border-radius: 10px !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: var(--text-primary) !important;
|
background: var(--text-primary) !important;
|
||||||
border-radius: 10px;
|
|
||||||
color: var(--theme-primary) !important;
|
color: var(--theme-primary) !important;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -132,7 +131,7 @@ html {
|
|||||||
min-height: unset !important;
|
min-height: unset !important;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
padding: 1rem 1rem !important;
|
padding: 1rem !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -771,7 +770,6 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
}
|
}
|
||||||
.home-container h1 {
|
.home-container h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 400;
|
|
||||||
font-size: 3em !important;
|
font-size: 3em !important;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@@ -965,12 +963,11 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
.notice h6 {
|
.notice h6 {
|
||||||
margin: 0px 0px 40px 0px;
|
margin: 0px 0px 40px;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
color: #c9c9c9;
|
color: #c9c9c9;
|
||||||
}
|
}
|
||||||
.day {
|
.day {
|
||||||
box-shadow: inset 0px 0px 10px 0.1px var(--better-sub);
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -1066,7 +1063,7 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
width: 20px;
|
width: 20px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 20px auto 0px auto;
|
margin: 20px auto 0px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.connectedNotificationsWrapper > div > button {
|
.connectedNotificationsWrapper > div > button {
|
||||||
@@ -2147,7 +2144,6 @@ body {
|
|||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
.upcoming-checkbox-container {
|
.upcoming-checkbox-container {
|
||||||
display: block;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: none !important;
|
padding: none !important;
|
||||||
padding-left: 25px !important;
|
padding-left: 25px !important;
|
||||||
@@ -2234,7 +2230,6 @@ body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.day {
|
.day {
|
||||||
box-shadow: inset 0px 0px 10px 0.1px var(--better-sub);
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -2313,7 +2308,6 @@ body {
|
|||||||
}
|
}
|
||||||
.upcoming-items {
|
.upcoming-items {
|
||||||
background: var(--background-primary);
|
background: var(--background-primary);
|
||||||
transition: 200ms;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 55em;
|
max-height: 55em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
@@ -2401,7 +2395,6 @@ body {
|
|||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
.upcoming-checkbox-container {
|
.upcoming-checkbox-container {
|
||||||
display: block;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: none !important;
|
padding: none !important;
|
||||||
padding-left: 25px !important;
|
padding-left: 25px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user