-
-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathstyle.css
More file actions
701 lines (557 loc) · 16.5 KB
/
Copy pathstyle.css
File metadata and controls
701 lines (557 loc) · 16.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
calendar, calendar>header {
border: none;
}
calendar>header>button, calendar>grid>label {
border-radius: 8px;
}
.notifications-all.dim-enabled .can-be-dimmed {
opacity: 0.70;
}
.notification-badge {
font-weight: bold;
font-size: 0.8em;
border-radius: 10px;
min-width: 0.7em;
padding: 2px 5px;
background: @accent_bg_color;
color: @text_view_bg;
}
.notification-badge.no-attention {
background: alpha(@sidebar_fg_color, .4);
}
.font-bold {
font-weight: bold;
}
.no-shadow {
box-shadow: none;
}
headerbar.flat.no-title .title {
opacity: 0;
}
.cover-badge {
padding: 6px 12px;
border-radius: 6px;
margin: 8px;
}
.cover-badge.only-icon {
padding: 6px;
}
.ttl-flat-button {
padding: 0px;
margin: 0px;
}
.ttl-thread-line {
background: @theme_fg_color;
opacity: .1;
}
.ttl-code {
padding: 12px;
background: rgba(150, 150, 150, .1);
border-radius: 6px;
}
.italic {
font-style: italic;
}
.monospace {
font-family: monospace;
}
.ttl-label-emoji-no-click:hover {
background: transparent;
}
.ttl-label-emoji-no-click {
background: transparent;
padding: 0;
}
.ttl-name-button {
padding: 0 5px;
margin-left: -5px;
margin-right: -5px;
}
/*
Profile
*/
.ttl-profile-cover .header-image {
background: grey;
}
.ttl-profile-cover avatar, .profile-editor avatar {
border: 6px solid @dialog_bg_color;
background: @dialog_bg_color;
}
/* Status action icons */
@keyframes rotate_star {
from { -gtk-icon-transform: rotate(-72deg); }
to {}
}
@keyframes bounce {
0% { -gtk-icon-transform: translateY(-3px); }
50% { -gtk-icon-transform: translateY(3px); }
100% {}
}
@keyframes rotate_half {
from { -gtk-icon-transform: rotate(-180deg); }
to {}
}
.ttl-status-action-reblog.enabled image {
animation: rotate_half 0.4s ease;
}
.ttl-status-action-bookmark.enabled image {
animation: bounce 0.4s ease;
}
.ttl-status-action-star.enabled image {
animation: rotate_star 0.4s ease;
}
.ttl-status-action-star:hover,
.ttl-status-action-star.enabled {
color: @yellow_5;
}
.ttl-status-action-star:active {
color: @yellow_4;
}
.ttl-status-action-reblog:hover,
.ttl-status-action-reblog.enabled {
color: @purple_3;
}
.ttl-status-action-reblog:active {
color: @purple_4;
}
.ttl-status-action-reply:hover,
.ttl-status-action-reply.enabled {
color: @green_3;
}
.ttl-status-action-reply:active {
color: @green_4;
}
.ttl-status-action-bookmark:hover,
.ttl-status-action-bookmark.enabled {
color: @red_3;
}
.ttl-status-action-bookmark:active {
color: @red_4;
}
.ttl-profile-stat-button,
.small .ttl-profile-stat-button:first-child,
.small .ttl-profile-stat-button:last-child {
border-radius: 0px;
padding: 8px 12px;
min-height: 32px;
}
.small .ttl-profile-cover>.content {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.ttl-box-no-shadow>revealer>box {
box-shadow: none;
}
.ttl-status-font-large {
font-size: larger;
}
.ttl-status-font-large > .ttl-large-body {
font-size: larger;
}
.ttl-large-body {
font-size: larger;
}
.ttl-status-line-height-large {
line-height: 1.4;
}
.ttl-status-badge {
border-radius: 6px;
margin: 8px;
padding: 1px 6px;
}
.ttl-status-badge:not(.error):not(.success) {
color: white;
background-color: rgba(0, 0, 0, .8);
}
.ttl-status-badge.sensitive-label {
padding: 10px 32px;
border-radius: 9999px;
}
.ttl-profile-fields-box-container:not(.single) > .ttl-profile-fields-box > flowboxchild > .ttl-profile-field {
border-bottom: solid 1px @borders;
border-right: solid 1px @borders;
}
.ttl-profile-fields-box-container.odd > .ttl-profile-fields-box > flowboxchild:last-child > .ttl-profile-field {
border-bottom: none;
}
.ttl-profile-fields-box-container:not(.odd) {
border: none;
}
.ttl-profile-fields-box-container:not(.single) {
margin-right: -1px; /* much simpler than complex nth-child selectors */
}
.ttl-profile-field {
padding: 6px 12px;
}
.ttl-verified-field {
color: @success_color;
background: alpha(@success_bg_color, 0.1);
}
.media-viewer {
color: white;
}
.media-viewer .top-bar {
background-image: none;
}
.ttl-status-heading {
font-size: small;
}
.ttl-status-heading-padding {
margin-top: -5px;
padding: 0 5px;
margin-left: -5px;
margin-right: -5px;
}
.ttl-status-avatar-actor {
margin-top: -20px;
margin-left: -6px;
padding: 0;
background: none;
}
.ttl-status-avatar-border {
border: 3px solid @popover_bg_color;
border-radius: 100%;
background-color: @popover_bg_color;
}
.card-spacing {
margin-top: 6px;
margin-bottom: 6px;
}
.card-spacing > *:focus-within {
border-radius: inherit;
}
.ttl-post.direct {
background-color: alpha(@warning_bg_color, .1);
}
.ttl-post.direct:hover {
background-color: darker(alpha(@warning_bg_color, .1));
}
.ttl-post-actions {
margin-bottom: -12px;
}
.ttl-quote {
border-radius: 6px;
font-weight: initial;
}
.ttl-thread-line.top {
margin-top: -18px;
margin-bottom: -3px;
}
.ttl-thread-line.bottom {
margin-bottom: -20px;
}
.attachment-overlay-icon {
border-radius: 100%;
min-height: 64px;
min-width: 64px;
}
.attachment-picture {
border-radius: 6px;
}
.about .app-version{color:#fff;text-shadow:-1px -1px 0#000,1px -1px 0#000,-1px 1px 0#000,1px 1px 0#000;background:linear-gradient(150deg,#fdd81755 0,#66338b55 8.3%,#fff5 16.6%,#f4aec855 24.9%,#7bcce555 33.2%,#94551655 41.5%,#0005 49.8%,#e2201655 58.1%,#f2891755 66.4%,#efe52455 74.7%,#78b82a55 83%,#2c58a4 91.3%,#6d238055 100%);}
.about .app-version:hover{background:radial-gradient(circle at 9.75% 50%,#0000 6.66%,#7902aa 6.7%,#0000 8.4%),conic-gradient(at 26.66% 50%,#0000 222.75deg,#ffd800 0 317.25deg,#0000 0),conic-gradient(at 33% 50%,#0000 222.75deg,white 0 317.25deg,#0000 0),conic-gradient(at 39% 50%,#0000 222.75deg,#ffa6b9 0 317.25deg,#0000 0),conic-gradient(at 45.66% 50%,#0000 222.75deg,#00d2ff 0 317.25deg,#0000 0),conic-gradient(at 52% 50%,#0000 222.75deg,#753000 0 317.25deg,#0000 0),conic-gradient(at 58.33% 50%,#0000 222.75deg,#000 0 317.25deg,#0000 0),linear-gradient(to bottom,#e40303,#e40303 16.67%,#ff8c00 16.67%,#ff8c00 33.33%,#ffed00 33.33%,#ffed00 50%,#008026 50%,#008026 66.67%,#004dff 66.67%,#004dff 83.33%,#750787 83.33%,#750787);}
/* Composer auto completion */
GtkSourceAssistant.completion list row{
padding: 6px 12px 6px 12px;
}
.no-border-radius {
border-radius: 0px;
}
.locale-dropdown-upcase {
text-transform: uppercase;
}
flowboxchild,
.no-padding {
padding: 0;
}
.preview_card {
padding: 0;
}
.preview_card_v {
border-radius: 6px 6px 0px 0px;
}
.preview_card_h:dir(ltr) {
border-radius: 6px 0px 0px 6px;
}
.preview_card_h:dir(rtl) {
border-radius: 0px 6px 6px 0px;
}
.bkwm-desc {
padding: 12px;
}
video > overlay > revealer > controls {
padding: 12px;
}
.spoilered-attachment {
filter: blur(30px);
}
.lww-line-height {
line-height: 1.8;
margin-top: -5px;
margin-bottom: -5px;
}
.theme-disability.about .app-version{background:linear-gradient(45deg,#59595955 0,#59595955 37.5%,#cf728055 37.5%,#cf728055 42.5%,#eede7755 42.5%,#eede7755 47.5%,#e8e8e855 47.5%,#e8e8e855 52.5%,#7bc2e055 52.5%,#7bc2e055 57.5%,#3bb07d55 57.5%,#3bb07d55 62.5%,#59595955 62.5%,#59595955 100%);}
.theme-disability.about .app-version:hover{background:linear-gradient(45deg,#595959 0,#595959 37.5%,#cf7280 37.5%,#cf7280 42.5%,#eede77 42.5%,#eede77 47.5%,#e8e8e8 47.5%,#e8e8e8 52.5%,#7bc2e0 52.5%,#7bc2e0 57.5%,#3bb07d 57.5%,#3bb07d 62.5%,#595959 62.5%,#595959 100%);}
.theme-lesbian.about .app-version{background:linear-gradient(to bottom,#d1260155,#d1260155 20%,#ff8f4555 20%,#ff8f4555 40%,#fff5 40%,#fff5 60%,#cf559b55 60%,#cf559b55 80%,#9b1a5855 80%,#9b1a5855);}
.theme-lesbian.about .app-version:hover{background:linear-gradient(to bottom,#d12601,#d12601 20%,#ff8f45 20%,#ff8f45 40%,#fff 40%,#fff 60%,#cf559b 60%,#cf559b 80%,#9b1a58 80%,#9b1a58);}
.theme-pan.about .app-version{background:linear-gradient(to bottom,#ff218c55,#ff218c55 33.33%,#fed80055 33.33%,#fed80055 66.67%,#21b1ff55 66.67%,#21b1ff55);}
.theme-pan.about .app-version:hover{background:linear-gradient(to bottom,#ff218c,#ff218c 33.33%,#fed800 33.33%,#fed800 66.67%,#21b1ff 66.67%,#21b1ff);}
.theme-trans.about .app-version{background:linear-gradient(to bottom,#5ccefa55,#5ccefa55 20%,#f6a8b755 20%,#f6a8b755 40%,#fff5 40%,#fff5 60%,#f6a8b755 60%,#f6a8b755 80%,#5ccefa55 80%,#5ccefa55);}
.theme-trans.about .app-version:hover{background:linear-gradient(to bottom,#5ccefa,#5ccefa 20%,#f6a8b7 20%,#f6a8b7 40%,#fff 40%,#fff 60%,#f6a8b7 60%,#f6a8b7 80%,#5ccefa 80%,#5ccefa);}
.theme-bi.about .app-version{background:linear-gradient(to bottom,#d6027055,#d6027055 40%,#9a4f9655 40%,#9a4f9655 60%,#0039a955 60%,#0039a955);}
.theme-bi.about .app-version:hover{background:linear-gradient(to bottom,#d60270,#d60270 40%,#9a4f96 40%,#9a4f96 60%,#0039a9 60%,#0039a9);}
.theme-agender.about .app-version{background:linear-gradient(to bottom,#0005,#00000055 14.29%,#bcc4c755 14.29%,#bcc4c755 28.57%,#fff5 28.57%,#fff5 42.86%,#b7f58455 42.86%,#b7f58455 57.14%,#fff5 57.14%,#fff5 71.43%,#bcc4c755 71.43%,#bcc4c755 85.71%,#00000055 85.71%,#0005);}
.theme-agender.about .app-version:hover{background:linear-gradient(to bottom,#000,#000 14.29%,#bcc4c7 14.29%,#bcc4c7 28.57%,#fff 28.57%,#fff 42.86%,#b7f584 42.86%,#b7f584 57.14%,#fff 57.14%,#fff 71.43%,#bcc4c7 71.43%,#bcc4c7 85.71%,#000 85.71%,#000);}
.theme-aro.about .app-version{background:linear-gradient(to bottom,#309c3455,#309c3455 20%,#9dce6955 20%,#9dce6955 40%,#fff5 40%,#fff5 60%,#a0a0a055 60%,#a0a0a055 80%,#0005 80%,#0005);}
.theme-aro.about .app-version:hover{background:linear-gradient(to bottom,#309c34,#309c34 20%,#9dce69 20%,#9dce69 40%,#fff 40%,#fff 60%,#a0a0a0 60%,#a0a0a0 80%,#000 80%,#000);}
.theme-ace.about .app-version{background:linear-gradient(to bottom,#0005,#0005 25%,#a3a3a355 25%,#a3a3a355 50%,#fff5 50%,#fff5 75%,#82008055 75%,#82008055);}
.theme-ace.about .app-version:hover{background:linear-gradient(to bottom,#000,#000 25%,#a3a3a3 25%,#a3a3a3 50%,#fff 50%,#fff 75%,#820080 75%,#820080);}
.theme-non-binary.about .app-version{background:linear-gradient(to bottom,#fdf52f55,#fdf52f55 25%,#fff5 25%,#fff5 50%,#9d5ad255 50%,#9d5ad255 75%,#0005 75%,#0005);}
.theme-non-binary.about .app-version:hover{background:linear-gradient(to bottom,#fdf52f,#fdf52f 25%,#fff 25%,#fff 50%,#9d5ad2 50%,#9d5ad2 75%,#000 75%,#000);}
.theme-black-history.about .app-version{background:linear-gradient(to bottom,#e31b2355,#e31b2355 33%,#0005 33%,#0005 66%,#00853f55 66%,#00853f55);}
.theme-black-history.about .app-version:hover{background:linear-gradient(to bottom,#e31b23,#e31b23 33%,#000 33%,#000 66%,#00853f 66%,#00853f);}
.theme-aids.about .app-version{background:linear-gradient(to bottom,#ffffff55,#ffffff55 20%,#d1111355 20%,#d1111355 40%,#ffffff55 40%,#ffffff55 60%,#d1111355 60%,#d1111355 80%,#ffffff55 80%,#ffffff55);}
.theme-aids.about .app-version:hover{background:linear-gradient(to bottom,#fff,#fff 20%,#d11113 20%,#d11113 40%,#fff 40%,#fff 60%,#d11113 60%,#d11113 80%,#fff 80%,#fff);}
.theme-intersex.about .app-version{background:radial-gradient(closest-side circle at center,#ffd80055 44%,#7902aa55 44%,#7902aa55 56%,#ffd80055 56%);}
.theme-intersex.about .app-version:hover{background:radial-gradient(closest-side circle at center,#ffd800 44%,#7902aa 44%,#7902aa 56%,#ffd800 56%);}
.theme-autism.about .app-version{background:linear-gradient(to bottom,#e5304355,#e5304355 16.66%,#f6834755 16.66%,#f6834755 33.33%,#fac85755 33.33%,#fac85755 66.67%,#99d67155 66.67%,#99d67155 83.33%,#21ae7555 83.33%,#21ae7555);}
.theme-autism.about .app-version:hover{background:linear-gradient(to bottom,#e53043,#e53043 16.66%,#f68347 16.66%,#f68347 33.33%,#fac857 33.33%,#fac857 66.67%,#99d671 66.67%,#99d671 83.33%,#21ae75 83.33%,#21ae75);}
.lww-scale-emoji-hover .lww-emoji {
transition-duration: 150ms;
}
.lww-scale-emoji-hover .lww-emoji:hover {
transform: scale(2);
}
.ttl-poll-row:first-child{
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.ttl-poll-row:last-child{
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
.picker-emoji-button {
padding: 5px;
}
.background-none {
background: none;
}
.profile-editor .background-none text {
background: none;
}
.profile-editor .background-cover {
border-radius: 12px;
background-color: @shade_color;
}
.media-viewer-fab {
min-width: 42px;
min-height: 42px;
}
.circular-spinner {
border-radius: 100%;
padding: 3px;
}
.attention {
color: @yellow_4;
}
.ttl-view listview>row.activatable:selected:hover,
.ttl-view listview>row.activatable:hover {
background-color:transparent;
}
.ttl-view listview>row.activatable:selected:active,
.ttl-view listview>row.activatable:active {
box-shadow: none;
}
/* .ttl-view .content row:first-child { */
.ttl-view .fake-content row:first-child {
margin-top: 0px;
}
/* .ttl-view .content row:last-child { */
.ttl-view .fake-content row:last-child {
margin-bottom: 0px;
}
/* .ttl-view .small.content .card { */
.ttl-view .small.fake-content .card {
border-left: none;
border-right: none;
border-radius: 0px;
}
/* .ttl-view .small.content { */
.ttl-view .small.fake-content {
padding: 0px;
}
/* .ttl-view .content row:not(.ttl-post) { */
.ttl-view .fake-content row:not(.ttl-post) {
padding: 0px;
}
.card-spacing {
background-color: @card_bg_color;
}
.ttl-profile-cover > .content {
background: none;
}
/* .ttl-view:not(.no-transition) .large.content,
.ttl-view:not(.no-transition) .small.content { */
.ttl-view:not(.no-transition) .large.fake-content,
.ttl-view:not(.no-transition) .small.fake-content {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.no-transition {
transition: none;
}
.ttl-view .large {
padding-left: 18px;
padding-right: 18px;
}
.ttl-view .large:first-child {
padding-top: 32px;
}
.ttl-view .large:last-child {
padding-bottom: 32px;
}
/* .ttl-view .small.content .card { */
.ttl-view .small.fake-content .card {
border-bottom: 1px @borders solid;
}
/* .ttl-view .small.content .card:first-child { */
.ttl-view .small.fake-content .card:first-child {
border-top: 1px @borders solid;
}
/* .ttl-view .small.content .card { */
.ttl-view .small.fake-content .card {
box-shadow: none;
}
.ttl-view .small .preview_card.explore .preview_card_h {
border-radius: 0px;
}
/* .ttl-view .small.content .card.card-spacing { */
.ttl-view .small.fake-content .card.card-spacing {
margin: 0px;
}
.compose-button {
padding: 8px;
}
.sidebar-item {
padding: 3px 14px;
}
.ttl-view .large.fake-content {
padding-left: 0;
padding-right: 0;
margin-left: 18px;
margin-right: 18px;
}
.ttl-separator {
background-color: transparent;
min-height: 8px;
}
.ttl-account-switcher {
padding: 0;
}
.ttl-account-switcher row {
border-radius: 10px;
margin: 3px 0px;
padding-right: 0px;
padding-left: 0px;
}
.ttl-account-switcher row:first-child {
margin-top: 0px;
}
.ttl-account-switcher .new-account {
margin-bottom: 0px;
}
.ttl-account-switcher separator {
margin: 3px 0px;
}
.ttl-account-switcher row:selected avatar {
border: 2px solid @accent_bg_color;
}
.ttl-account-switcher .blue-checkmark {
color: @light_1;
border-radius: 9999px;
border: solid @accent_bg_color 2px;
background-color: @accent_bg_color;
margin-bottom: 6px;
opacity: 0;
}
.ttl-account-switcher row:selected .blue-checkmark {
opacity: 1;
}
.scroll-to-top-btn {
transition-duration: 200ms;
transition-property: margin-bottom;
}
.scroll-to-top-btn.composer-btn-revealed {
margin-bottom: 56px;
}
.profile-role {
background-color: alpha(currentColor, .1);
padding: 4px 11px;
font-size: 12.2px;
font-weight: 500;
}
.profile-role-border-radius {
border-radius: 9999px;
}
.preview_card:not(.explore), .preview_card:not(.explore) image:not(.attachment-overlay-icon) {
background-color: alpha(currentColor, 0.0625);
}
.preview_card:not(.explore):hover {
background-color: alpha(currentColor, 0.125);
}
.preview_card:not(.explore):active {
background-color: alpha(currentColor, 0.1625);
}
GtkSourceAssistant {
background: @popover_bg_color;
padding: 8px;
/* border-radius of child + padding */
border-radius: 14px;
}
GtkSourceAssistant scrolledwindow undershoot {
background-image: none;
box-shadow: none;
}
GtkSourceAssistant scrolledwindow .cell.icon {
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
}
GtkSourceAssistant row {
border-radius: 6px;
margin: 6px 0;
padding: 6px;
}
GtkSourceAssistant row:selected {
background: alpha(@accent_bg_color, .33);
color: currentColor;
}
GtkSourceAssistant row:first-child,
GtkSourceAssistant row:last-child {
margin: 0;
}
.account-avatar {
margin-top: -30px;
}
.account-stats {
font-size: small;
}
.filter {
margin: -2px;
border-radius: 0;
}
.sourceview.reset {
background: transparent;
color: currentColor;
}
.entry-button {
margin: 0;
padding: 0;
min-width: 0; /* 24px; */
min-height: 0; /* 24px; */
}
.entry-button:not(:hover):not(:focus-within) > image {
opacity: 0.7;
}
popover.mini-profile > contents {
padding: 0;
}