Skip to content

Commit 8e293ce

Browse files
Update styles.css
1 parent 3a01753 commit 8e293ce

1 file changed

Lines changed: 20 additions & 17 deletions

File tree

css/styles.css

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -908,24 +908,25 @@ body.one-button-nav-active .dock.show {
908908
top: 0px;
909909
right: 0px;
910910
margin: min(5vw, 25px);
911-
padding: 0;
912911
box-sizing: border-box;
913912
overflow: auto;
914913
display: block;
915914
left: auto;
916915
bottom: auto;
917916
transform-origin: top right;
918-
transform: translateX(0) scale(0.9) scaleY(0.9);
917+
transform: translateX(0) scale(0.9) scaleY(0.8);
919918
opacity: 0;
920919
filter: blur(5px);
921-
width: clamp(280px, 90%, 375px);
920+
width: clamp(280px, 90%, 420px);
922921
z-index: 9999 !important;
923-
background-color: rgba(0, 0, 0, 0);
924-
box-shadow: none;
925-
border: none;
926-
border-radius: 10px;
927-
backdrop-filter: none;
928-
scrollbar-width: none;
922+
border-radius: 35px;
923+
background: var(--search-background);
924+
backdrop-filter: var(--edge-refraction-filter) saturate(2) blur(5px);
925+
box-shadow: var(--sun-shadow), 0 0 50px rgba(0, 0, 0, 0.2);
926+
border: 1px solid var(--glass-border);
927+
padding: 14px 16px 18px 16px;
928+
corner-shape: superellipse(1.5);
929+
scrollbar-width: none;
929930
}
930931

931932
#customizeModal.modal::-webkit-scrollbar {
@@ -1108,7 +1109,6 @@ body.one-button-nav-active .dock.show {
11081109
padding-left: 10px;
11091110
border: 1px solid var(--glass-border);
11101111
background: var(--search-background);
1111-
backdrop-filter: var(--edge-refraction-filter) saturate(2) blur(2.5px);
11121112
box-shadow: var(--sun-shadow);
11131113
border-radius: 20px;
11141114
transition: background-color 0.2s, transform 0.1s;
@@ -1176,15 +1176,15 @@ body.one-button-nav-active .dock.show {
11761176
display: grid;
11771177
grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
11781178
gap: 10px;
1179-
border-bottom: 2px solid var(--search-background);
1179+
border-bottom: 2px solid var(--transparent-color);
11801180
border-radius: 0 !important;
11811181
padding-bottom: 10px;
11821182
}
11831183

11841184
.settings-grid.system-settings {
11851185
display: none;
11861186
border-bottom: none;
1187-
border-top: 2px solid var(--search-background);
1187+
border-top: 2px solid var(--transparent-color);
11881188
padding: 10px 0 0;
11891189
}
11901190

@@ -1195,7 +1195,7 @@ body.one-button-nav-active .dock.show {
11951195
padding: 0;
11961196
backdrop-filter: none;
11971197
background-color: transparent;
1198-
border-top: 2px solid var(--search-background);
1198+
border-top: 2px solid var(--transparent-color);
11991199
border-bottom: none;
12001200
box-shadow: none;
12011201
padding-top: 10px;
@@ -1259,7 +1259,6 @@ body.one-button-nav-active .dock.show {
12591259
position: relative;
12601260
min-height: 32px;
12611261
height: 32px;
1262-
backdrop-filter: var(--edge-refraction-filter) saturate(2) blur(2.5px);
12631262
box-shadow: var(--sun-shadow);
12641263
border: 1px solid var(--glass-border);
12651264
width: -webkit-fill-available;
@@ -1298,7 +1297,6 @@ body.one-button-nav-active .dock.show {
12981297
border-radius: 35px;
12991298
corner-shape: superellipse(1.5);
13001299
border: 1px solid var(--glass-border);
1301-
backdrop-filter: var(--edge-refraction-filter) saturate(2) blur(2.5px);
13021300
box-shadow: var(--sun-shadow);
13031301
overflow: hidden;
13041302
transition: all 0.3s ease;
@@ -1704,7 +1702,7 @@ body.one-button-nav-active .dock.show {
17041702
padding: 15px 0px 15px 4px;
17051703
transition: background-color 0.2s, transform 0.1s;
17061704
height: 32px;
1707-
border-top: 2px solid var(--search-background);
1705+
border-top: 2px solid var(--transparent-color);
17081706
}
17091707

17101708
input[type="checkbox"] {
@@ -1756,7 +1754,6 @@ input[type="checkbox"]:checked::before {
17561754
transition: background-color 0.2s, transform 0.1s;
17571755
border: 1px solid var(--glass-border);
17581756
box-shadow: var(--sun-shadow);
1759-
backdrop-filter: var(--edge-refraction-filter) saturate(2) blur(2.5px);
17601757
font-weight: 500;
17611758
}
17621759

@@ -1908,6 +1905,7 @@ input[type="checkbox"]:checked::before {
19081905
align-items: center;
19091906
gap: 15px;
19101907
justify-content: space-between;
1908+
margin-left: 6px;
19111909
}
19121910

19131911
.btn-qc {
@@ -1926,6 +1924,11 @@ input[type="checkbox"]:checked::before {
19261924
justify-content: center;
19271925
}
19281926

1927+
.controls-container .btn-qc {
1928+
backdrop-filter: none;
1929+
background-color: var(--search-background);
1930+
}
1931+
19291932
.page-indicator {
19301933
position: fixed;
19311934
bottom: 30px;

0 commit comments

Comments
 (0)