blob: a0b6d2e911d7c31b469f4f1b95db4efa53d6c7e6 (
plain) (
blame)
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
|
section:empty {
display: none;
}
#create-post {
width: 100%;
margin-top: 1em;
}
#new-post-message {
min-height: 1.5em;
resize: vertical;
}
#attachments-btns img, .file-button > input {
height: 1.4em;
width: 1.4em;
}
.file-button {
position: relative;
}
.file-button > img {
position: absolute;
pointer-events: none;
}
.file-button > input {
font-size: inherit;
color: transparent;
}
|