forked from 3r1s-s/meo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofiles.css
More file actions
65 lines (53 loc) · 1.42 KB
/
Copy pathprofiles.css
File metadata and controls
65 lines (53 loc) · 1.42 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
html {
transition: none;
background-color: transparent;
scrollbar-width: none;
}
hr {
color: var(--modal-button-color);
}
.uname {
margin: 0;
flex: 1;
}
.dm-btn {
flex: 0.1;
background-color: transparent;
}
.mdl-sec {
width: 100%;
max-width: 400px;
border-radius: var(--border-radius);
}
.usr-header {
display: flex;
}
#avtr-clr {
width: 64px;
}
#avtr-clr, #profile-photo {
background-color: transparent;
padding: 4px;
}
#profile-photo {
font-size: 12px;
}
.svg-avatar {
background-color: #fff;
}
.sec {
background-color: var(--modal-button-color);
display: flex;
align-items: center;
margin: var(--text-margin) 0 var(--text-margin) 0;
padding: var(--padding);
border-radius: var(--border-radius);
word-wrap: anywhere;
}
.quote-edit {
font-size: 16px;
padding: var(--padding);
}
.profile-qt, p {
margin: 0;
}