8000 fix: #49 · SpaceTheme/Steam@29b483a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 29b483a

Browse files
committed
fix: #49
1 parent 752cfaf commit 29b483a

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

webkit.css

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ body.v6::-webkit-scrollbar {
113113
/* Searchbar */
114114
#store_header .store_nav_bg .search_area {
115115
display: flex;
116+
flex-shrink: unset;
116117
justify-content: end;
117118
align-items: center;
118119
max-width: unset;
@@ -311,26 +312,51 @@ body.v6::-webkit-scrollbar {
311312
}
312313

313314
#store_header #store_controls .store_header_btn #wishlist_link {
315+
display: flex;
316+
gap: 2px;
317+
align-items: center;
314318
width: max-content;
315319
margin: 0;
316320
padding: 6px 12px;
321+
font-size: 0;
317322
font-weight: 600;
318323
border-radius: 6px;
319-
color: rgb(var(--blue));
324+
color: transparent;
320325
background: none;
321326
background-color: rgb(var(--blue), .2);
322327
}
323328
#store_header #store_controls .store_header_btn #wishlist_link:hover {
324329
background-color: rgb(var(--blue), .4) !important;
325330
}
326331

332+
#store_header #store_controls .store_header_btn #wishlist_link::before {
333+
content: "\f47e" !important;
334+
font-size: 20px;
335+
color: rgb(var(--blue));
336+
font-family: FluentSystemIcons-Filled !important;
337+
font-style: normal;
338+
font-weight: normal !important;
339+
font-variant: normal;
340+
text-transform: none;
341+
line-height: 18px;
342+
-webkit-font-smoothing: antialiased;
343+
}
344+
#store_header #store_controls .store_header_btn #wishlist_link #wishlist_item_count_value {
345+
font-size: 11px;
346+
color: rgb(var(--blue));
347+
}
348+
349+
327350

328351
/* Cart button */
329352
#store_header #store_controls ._1LXDg91iImWld4-5gWdGx4 {
330353
margin: 0;
331354
}
332355

333356
#store_header #store_controls ._2Fm-3XmbFRXR6yOZiRB0-d {
357+
display: flex;
358+
gap: 2px;
359+
align-items: center;
334360
width: max-content;
335361
padding: 6px 12px;
336362
font-weight: 600;
@@ -344,6 +370,22 @@ body.v6::-webkit-scrollbar {
344370
}
345371
}
346372

373+
#store_header #store_controls ._2Fm-3XmbFRXR6yOZiRB0-d::before {
374+
content: "\f26b" !important;
375+
font-size: 20px;
376+
color: rgb(var(--green));
377+
font-family: FluentSystemIcons-Filled !important;
378+
font-style: normal;
379+
font-weight: normal !important;
380+
font-variant: normal;
381+
text-transform: none;
382+
line-height: 18px;
383+
-webkit-font-smoothing: antialiased;
384+
}
385+
#store_header #store_controls ._2Fm-3XmbFRXR6yOZiRB0-d ._1P_gEVnGARDlC_80XwA2tX {
386+
display: none;
387+
}
388+
347389

348390

349391
/*

0 commit comments

Comments
 (0)
0