This repository has been archived by the owner on May 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDialog.css
113 lines (77 loc) · 1.62 KB
/
Dialog.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Dialog[ID^="Dialogs"] {
Width: 65%;
}
Dialog[ID^="Dialogs"] Div.mdl-textfield {
Width: 100%;
}
Dialog[ID^="Dialogs"] Button.mdl-button--disabled {
Pointer-Events: None;
}
*.mdl-switch__child-hide {
Display: None;
}
#Dialogs_Profile_InfoViewer_Content {
Display: Flex;
Flex-Direction: Row;
Align-Items: Flex-Start;
Font-Size: Medium;
}
#Dialogs_Profile_InfoViewer_Content_Photo {
Width: 20%;
Margin-Right: 5%;
Border-Radius: 100%;
}
#Dialogs_Profile_InfoViewer_Content_Photo::Before {
Content: "";
Display: Block;
Padding-Top: 100%;
}
#Dialogs_Profile_InfoViewer_Content_Info {
Flex: 1;
}
#Dialogs_Profile_InfoViewer_Content_Info_Detail {
Padding: 1em 0 4em 0;
White-Space: Pre-Wrap;
}
#Dialogs_Profile_InfoViewer_Content_Info_Links {
Padding: 1em 0 0;
}
Img[Data-Component="Dialogs_Profile_InfoViewer_Content_Info_Links_Link_Icon"] {
Width: 1em;
}
#Dialogs_Thread_InfoInputter_Btns > Button[Disabled] {
Display: None;
}
#Dialogs_Thread_InfoViewer_Content_Overview {
Padding: 1em 0 4em 0;
}
#Dialogs_Thread_InfoViewer_Content_Detail {
Padding: 1em 0 0;
White-Space: Pre-Wrap;
}
#Dialogs_Thread_Poster_Header {
Display: Flex;
Padding-Bottom: 0;
}
#Dialogs_Thread_Poster_Header > * {
Display: Flex;
Flex-Direction: Row;
Align-Items: Center;
Font-Size: Medium;
}
#Dialogs_Thread_Poster_Header > Div.mdl-menu__container {
Width: 1000px;
}
#Dialogs_Thread_Poster_Header_Actor {
Align-Self: Auto;
Margin-Left: 0.5em;
}
#Dialogs_Thread_Poster_Menu > Li > * {
Vertical-Align: Middle;
}
#Dialogs_Thread_Poster_Content {
Padding-Top: 0;
}
#Dialogs_Thread_Poster_Content_Text-Input {
Resize: None;
}