forked from wavebox/wavebox-user-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
userstyle.css
65 lines (64 loc) · 1.31 KB
/
userstyle.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
/* use system fonts for faster/cleaner rendering */
body, body * {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}
/* Desktop style contacts and messages width */
:root {
/* Basic width of left column with contacts */
--contacts-column-width: 300px;
}
.im_page_wrap {
max-width: none;
border-radius: 0;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.tg_head_split {
max-width: none;
}
.im_send_panel_wrap {
max-width: none;
padding-bottom: auto;
}
.im_dialogs_col_wrap {
padding-bottom: auto;
}
.im_dialogs_col_wrap {
width: var(--contacts-column-width);
}
.im_history_col_wrap {
margin-left: var(--contacts-column-width);
float: none;
width: auto;
}
.im_message_wrap {
max-width: none;
}
.im_message_wrap {
max-width: none;
}
.im_send_form {
max-width: none;
}
.tg_head_logo_wrap {
width: var(--contacts-column-width);
}
.tg_head_main_wrap {
width: auto;
float: none;
}
/* Move stickers dialog a bit to avoid window overlapping */
.composer_emoji_tooltip_tail {
margin-left: 57px;
}
.composer_emoji_tooltip {
margin-left: -200px;
}
/* Hide footer */
.footer_wrap, .footer_empty {
display: none;
}
.im_dialogs_col_wrap {
padding-bottom: 0;
}