diff options
Diffstat (limited to 'app.css')
-rw-r--r-- | app.css | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -187,9 +187,15 @@ body { | |||
187 | padding: 0; } | 187 | padding: 0; } |
188 | body #main-section h2 { | 188 | body #main-section h2 { |
189 | border-bottom: 1px dashed #ccc; | 189 | border-bottom: 1px dashed #ccc; |
190 | padding-bottom: 10px; } | 190 | padding-bottom: 10px; |
191 | white-space: nowrap; | ||
192 | overflow: hidden; | ||
193 | text-overflow: ellipsis; } | ||
191 | body #main-section .title { | 194 | body #main-section .title { |
192 | font-size: 1.1em; } | 195 | font-size: 1.1em; |
196 | white-space: nowrap; | ||
197 | overflow: hidden; | ||
198 | text-overflow: ellipsis; } | ||
193 | body #main-section .subtitle { | 199 | body #main-section .subtitle { |
194 | font-size: .9em; | 200 | font-size: .9em; |
195 | white-space: nowrap; | 201 | white-space: nowrap; |
@@ -205,7 +211,8 @@ body { | |||
205 | body #main-section .message .message-body { | 211 | body #main-section .message .message-body { |
206 | border: none; } | 212 | border: none; } |
207 | body .media-content { | 213 | body .media-content { |
208 | overflow: inherit; } | 214 | overflow: hidden; |
215 | text-overflow: inherit; } | ||
209 | body .tag { | 216 | body .tag { |
210 | color: #4285f4; | 217 | color: #4285f4; |
211 | background-color: #4285f4; | 218 | background-color: #4285f4; |