-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.telegram.org.css
More file actions
52 lines (52 loc) · 1000 Bytes
/
web.telegram.org.css
File metadata and controls
52 lines (52 loc) · 1000 Bytes
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
.Message {
margin-bottom: 0;
}
.MessageList .messages-container{
margin-left: 0;
margin-right: 0;
max-width: inherit;
width: inherit;
}
#MiddleColumn .middle-column-footer {
max-width: inherit;
width: inherit;
}
#middle-column-bg {
background-color: #d4d0c8;
}
.Message.own {
flex-direction: inherit;
}
.message-content {
max-width: inherit;
border-radius: inherit;
}
.Message>.message-content-wrapper {
width: 100%;
}
.message-content.media {
border: 2px gray solid;
margin: 0.5em;
}
.message-content.has-solid-background {
padding-top: inherit;
padding-bottom: inherit;
}
.message-content .text-content {
padding-bottom: 0.2em;
}
video[autoplay] {
display: none;
}
#middle-column-bg::after,
#middle-column-bg::before {
display: none;
}
.src-components-middle-MiddleColumn-module__background::after,
.src-components-middle-MiddleColumn-module__background::before{
display: none;
}
#MiddleColumn *::after,
#MiddleColumn *::before {
background-image: none;
}