File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 52
52
display : none;
53
53
}
54
54
# issues-container .issue-element-inner {
55
- transition : 125ms opacity ease-out 62.5ms ;
55
+ transition : 125ms opacity ease-out 62.5ms ;
56
56
}
57
57
# issues-container : hover .issue-element-inner {
58
58
opacity : 0.5 ;
272
272
justify-content : center;
273
273
-webkit-backdrop-filter : blur (8px );
274
274
justify-content : space-between;
275
+ justify-content : space-evenly;
275
276
}
276
277
# toolbar > * {
277
278
align-items : center;
292
293
height : 40px ;
293
294
padding : 4px 0 ;
294
295
}
296
+
295
297
# toolbar [data-authenticated = "true" ] > # github-login-button {
296
298
display : none;
297
299
}
361
363
margin-right : 8px ;
362
364
}
363
365
# issues-container img {
364
- max- height: 24px ;
366
+ height : 24px ;
365
367
border-radius : 24px ;
366
368
display : flex;
367
369
align-items : center;
368
370
justify-content : center;
371
+ width : 24px ;
372
+ opacity : 0 ;
373
+ }
374
+
375
+ # issues-container img [src ] {
376
+ opacity : 1 ;
369
377
}
370
378
371
379
background ,
Original file line number Diff line number Diff line change 52
52
display : none;
53
53
}
54
54
# issues-container .issue-element-inner {
55
- transition : 125ms opacity ease-out 62.5ms ;
55
+ transition : 125ms opacity ease-out 62.5ms ;
56
56
}
57
57
# issues-container : hover .issue-element-inner {
58
58
opacity : 0.5 ;
272
272
justify-content : center;
273
273
-webkit-backdrop-filter : blur (8px );
274
274
justify-content : space-between;
275
+ justify-content : space-evenly;
275
276
}
276
277
# toolbar > * {
277
278
align-items : center;
292
293
height : 40px ;
293
294
padding : 4px 0 ;
294
295
}
296
+
295
297
# toolbar [data-authenticated = "true" ] > # github-login-button {
296
298
display : none;
297
299
}
361
363
margin-right : 8px ;
362
364
}
363
365
# issues-container img {
364
- max- height: 24px ;
366
+ height : 24px ;
365
367
border-radius : 24px ;
366
368
display : flex;
367
369
align-items : center;
368
370
justify-content : center;
371
+ width : 24px ;
372
+ opacity : 0 ;
373
+ }
374
+
375
+ # issues-container img [src ] {
376
+ opacity : 1 ;
369
377
}
370
378
371
379
background ,
You can’t perform that action at this time.
0 commit comments