-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.css
75 lines (56 loc) · 1.17 KB
/
main.css
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
Body {
Margin: 0;
}
A.material-icons {
Text-Decoration: None;
}
.mdc-list-item > .mdc-list-item__text {
Margin-Right: 32px;
}
.mdc-list-item > .mdc-list-item__text, .mdc-list-item > .mdc-list-item__text > .mdc-list-item__secondary-text {
Overflow: Hidden;
Text-Overflow: Ellipsis;
}
.mdc-dialog .mdc-dialog__body {
White-Space: Pre-Line;
}
Main {
Padding: 0 1em;
}
Main > .mstdnRater_panel.mstdnRater_panel-disabled {
Display: None;
}
Main .mstdnRater_panel_content {
Display: Block;
Margin-Bottom: 2em;
White-Space: Pre-Line;
}
#toolbar-copyright {
Margin-Right: 1em;
}
#toolbar-copyright A {
Color: Var(--mdc-theme-text-secondary-on-primary);
}
#authPanel_authForm {
Display: Flex;
Flex-Direction: Row;
Align-Items: Flex-End;
}
#authPanel_authForm_instance {
Flex: 1;
Margin-Right: 0.5em;
}
#controlPanel_tootArea > .mdc-select__surface {
Background: Transparent;
}
#controlPanel_apps A[ID^="controlPanel_apps_app"].mstdnRater_app-running {
Opacity: 0.5;
Pointer-Events: None;
}
#controlPanel_dialogs-relevanceAnalyzer-tootConfirmer_content {
Max-Height: 50vh;
Padding: 1em;
Overflow: Auto;
White-Space: Pre-Line;
Border: Thin Solid RGBA(0, 0, 0, 0.25);
}