-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
69 lines (59 loc) · 1.49 KB
/
styles.css
File metadata and controls
69 lines (59 loc) · 1.49 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
/* styles.css - Back to original working styles with minimal CM6 additions */
.queercode-emoji {
display: inline-block !important;
width: 1.3em !important;
height: 1.3em !important;
max-width: 1.5em !important;
max-height: 1.5em !important;
vertical-align: text-bottom !important;
object-fit: contain !important;
opacity: 1 !important;
filter: none !important;
}
/* Improve header emoji alignment and scale */
:is(h1) .queercode-emoji {
height: 1.1em !important;
width: auto !important;
vertical-align: text-bottom !important;
position: relative;
top: -0.12em;
}
:is(h2, h3, h4) .queercode-emoji {
height: 1.1em !important;
width: auto !important;
vertical-align: middle !important;
position: relative;
top: -0.2em;
}
:is(h5, h6) .queercode-emoji {
height: 1em !important;
width: auto !important;
vertical-align: middle !important;
position: relative;
top: -0.15em;
}
/* Suggestion UI styling */
.emoji-suggest-item {
display: flex !important;
align-items: center !important;
gap: 8px !important;
}
.emoji-suggest-content {
display: flex !important;
flex-direction: column !important;
flex: 1 !important;
}
.emoji-suggest-shortcode {
font-weight: bold !important;
}
.emoji-suggest-match-info {
font-size: 0.9em !important;
color: var(--text-muted) !important;
display: block !important;
}
.emoji-suggest-category {
font-size: 0.8em !important;
color: var(--text-muted) !important;
font-style: italic !important;
margin-left: auto !important;
}