13
13
--notice-height-join : 145px ;
14
14
--notice-height-welcome : 155px ;
15
15
--notice-height-premium : 150px ;
16
- --notice-height-warning : 160 px ;
16
+ --notice-height-warning : 157 px ;
17
17
--notice-height-add : 0px ;
18
18
--notice-text-heading : "" ;
19
19
--notice-text-join : "" ;
@@ -91,10 +91,9 @@ html:not(:has(.artwork_d8215a)) {
91
91
92
92
> div .notice_be03aa {
93
93
height : var (--notice-height );
94
-
95
94
border-radius : 0 ;
96
95
background : var (--notice-background );
97
- padding : 16px 0 ;
96
+ padding : 16px ;
98
97
position : absolute;
99
98
left : var (--notice-margin-left );
100
99
overflow : hidden;
@@ -112,7 +111,8 @@ html:not(:has(.artwork_d8215a)) {
112
111
align-items : start;
113
112
border-bottom : 1px solid var (--background-secondary );
114
113
display : grid;
115
- gap : 12px 8px ;
114
+ padding : 16px 0 ;
115
+ column-gap : 8px ;
116
116
grid-template-columns : 80px 1fr ;
117
117
grid-template-rows : auto 32px ;
118
118
@@ -198,7 +198,7 @@ html:not(:has(.artwork_d8215a)) {
198
198
199
199
& : first-of-type {
200
200
grid-column : 1 / 2 ;
201
- padding-left : 12 px ;
201
+ padding-left : 16 px ;
202
202
203
203
> div > svg {
204
204
display : none;
@@ -207,7 +207,7 @@ html:not(:has(.artwork_d8215a)) {
207
207
208
208
& : last-of-type : not (: first-of-type ) {
209
209
grid-column : 2 / 3 ;
210
- padding-right : 12 px ;
210
+ padding-right : 16 px ;
211
211
212
212
& : not (: has ([aria-label = "Loading" ])): before {
213
213
align-items : center;
@@ -233,7 +233,7 @@ html:not(:has(.artwork_d8215a)) {
233
233
234
234
& : only-of-type {
235
235
grid-column : 1 / -1 ;
236
- padding : 0 12 px ;
236
+ padding : 0 16 px ;
237
237
}
238
238
239
239
& : hover {
@@ -282,7 +282,6 @@ html:not(:has(.artwork_d8215a)) {
282
282
display : grid;
283
283
grid-template-columns : 1fr ;
284
284
grid-template-rows : 27px 50px 32px ;
285
- padding : 16px ;
286
285
font-family : var (--font-primary );
287
286
font-size : 14px ;
288
287
line-height : 1.2857142857142858 ;
@@ -427,7 +426,6 @@ html:not(:has(.artwork_d8215a)) {
427
426
& : has (.colorWarning_be03aa ) {
428
427
> div .notice_be03aa {
429
428
display : grid;
430
- padding : 16px ;
431
429
grid-template-columns : 1fr ;
432
430
grid-template-rows : 27px 50px 32px ;
433
431
font-family : var (--font-primary );
@@ -517,7 +515,7 @@ html:not(:has(.artwork_d8215a)) {
517
515
518
516
> button {
519
517
margin : 0 ;
520
- margin-top : 12 px ;
518
+ margin-top : 16 px ;
521
519
align-items : center;
522
520
border-radius : 3px ;
523
521
box-sizing : border-box;
@@ -568,6 +566,7 @@ html:not(:has(.artwork_d8215a)) {
568
566
}
569
567
570
568
.sidebar_a4d4d9 .hasNotice_a4d4d9 > * : has (.discoverHeader_b992d4 )> h2 ,
569
+ .searchBar_f0963d ,
571
570
.header_f1c462 {
572
571
margin-bottom : var (--notice-height );
573
572
}
0 commit comments