File tree 2 files changed +62
-58
lines changed
webcompat/static/css/development/components
2 files changed +62
-58
lines changed Original file line number Diff line number Diff line change 42
42
position : relative;
43
43
flex : 1 ;
44
44
margin-left : .8em ;
45
+ max-width : calc (100% - 59px );
45
46
}
46
47
47
48
@media all and (max-width : 61.87em ) {
78
79
min-height : 128px ;
79
80
border : solid 1px var (--Comment-color );
80
81
border-radius : 10px ;
81
- padding : 0 1 em 2em 1 em ;
82
+ padding : 0 0 2em ;
82
83
word-wrap : break-word;
83
84
background : # fff ;
84
85
}
101
102
.wc-Comment-header {
102
103
border-radius : 10px 10px 0 0 ;
103
104
background-color : # f0f0f0 ;
104
- padding : .8em 1em ;
105
- margin : 0 -1em ;
105
+ padding : .8em 0 .8em 1em ;
106
106
}
107
107
108
108
/* Name of owner */
115
115
position : relative;
116
116
word-wrap : break-word;
117
117
padding : .5em .5em 0 ;
118
- overflow-x : auto;
119
- overflow-y : hidden;
118
+ /* overflow-x: auto;
119
+ overflow-y: hidden;*/
120
120
}
121
121
122
122
/*
123
123
*overide all style from Github Text
124
124
*/
125
125
126
+ .wc-Comment-content .is-hidden {
127
+ display : none;
128
+ }
129
+
130
+ /* force font-size */
131
+ .wc-Comment-content * {
132
+ font-size : 1em !important ;
133
+ }
134
+
135
+ .wc-Issue-details a {
136
+ color : var (--Issue-detailLink );
137
+ text-decoration : underline;
138
+ }
139
+
140
+ /* event */
141
+ .wc-Comment-content a : hover ,
142
+ .wc-Comment-content a : focus {
143
+ color : var (--Issue-detailLinkHover );
144
+ text-decoration : none;
145
+ }
146
+
147
+ .wc-Comment-content strong {
148
+ font-weight : bold !important ;
149
+ }
150
+
151
+ .wc-Comment-content img {
152
+ max-width : 100% ;
153
+ max-height : 100% ;
154
+ }
155
+
156
+ .wc-Comment-content code {
157
+ font-family : monospace;
158
+ font-size : 90% ;
159
+ }
160
+
161
+ .wc-Comment-content p > code {
162
+ color : inherit;
163
+ background-color : # F5F5F5 ;
164
+ padding : 0.25em ;
165
+ }
166
+
167
+ .wc-Issue-details li {
168
+ margin-bottom : 1em ;
169
+ }
170
+
171
+ .wc-Issue-details p {
172
+ margin-bottom : 1em ;
173
+ }
174
+
126
175
/* list style */
127
176
.wc-Comment-content ul ,
128
177
.wc-Comment-content ol {
148
197
padding : 0 ;
149
198
}
150
199
200
+ .wc-Comment-content p > code {
201
+ white-space : normal;
202
+ }
203
+
151
204
/* title */
152
205
.wc-Comment-content h1 {
153
206
font-size : 2em ;
174
227
max-height : 100% ;
175
228
}
176
229
230
+ .wc-Comment-content p {
231
+ overflow : hidden;
232
+ }
233
+
177
234
/* paragraph */
178
235
.wc-Comment-content p + p {
179
236
font-size : 1em ;
Original file line number Diff line number Diff line change 83
83
84
84
/* container details issue */
85
85
.wc-Issue-details {
86
- word-wrap : break-word;
87
- overflow : hidden;
88
86
position : relative;
89
87
line-height : 1.5em ;
90
88
}
91
89
92
- .wc-Issue-details > * .is-hidden {
93
- display : none;
94
- }
95
-
96
- /* force font-size */
97
- .wc-Issue-details * {
98
- font-size : 1em !important ;
99
- }
100
-
101
- .wc-Issue-details a {
102
- color : var (--Issue-detailLink );
103
- text-decoration : underline;
104
- }
105
-
106
- /* event */
107
- .wc-Issue-details a : hover ,
108
- .wc-Issue-details a : focus {
109
- color : var (--Issue-detailLinkHover );
110
- text-decoration : none;
111
- }
112
-
113
- .wc-Issue-details strong {
114
- font-weight : bold !important ;
115
- }
116
-
117
- .wc-Issue-details img {
118
- max-width : 100% ;
119
- max-height : 100% ;
120
- }
121
-
122
- .wc-Issue-details code ,
123
- .wc-Comment-content code {
124
- font-family : monospace;
125
- font-size : 90% ;
126
- }
127
-
128
- .wc-Issue-details p > code ,
129
- .wc-Comment-content p > code {
130
- color : inherit;
131
- background-color : # F5F5F5 ;
132
- padding : 0.25em ;
133
- }
134
-
135
- .wc-Issue-details li {
136
- margin-bottom : 1em ;
137
- }
138
-
139
- .wc-Issue-details p {
140
- margin-bottom : 1em ;
141
- }
142
-
143
90
.wc-Issue-comment {
144
91
margin-top : 2em ;
145
92
}
You can’t perform that action at this time.
0 commit comments