Commit c78c5d3d5885bfa76008faa87ec928eefb399c37
remove un-needed style message style
mix irving committed on 1/1/2017, 2:19:36 AMParent: 5db5f5879a68ea7da4a9376e6e95b8ef07522e10
Files changed
style.css | changed |
style.css | |||
---|---|---|---|
@@ -176,8 +176,9 @@ | |||
176 | 176 … | float: right; | |
177 | 177 … | } | |
178 | 178 … | ||
179 | 179 … | /* messages */ | |
180 … | +/*to be deprecated once message preview is converted to modular style*/ | ||
180 | 181 … | ||
181 | 182 … | .message { | |
182 | 183 … | position: relative; | |
183 | 184 … | flex-basis: 0; | |
@@ -192,15 +193,8 @@ | |||
192 | 193 … | .message:hover { | |
193 | 194 … | background: #f9f9f9; | |
194 | 195 … | } | |
195 | 196 … | ||
196 | -.message--mini { | ||
197 | - font-size: 1em; | ||
198 | - margin: 0; | ||
199 | - padding: .2em; | ||
200 | - border: none; | ||
201 | - background: inherit; | ||
202 | -} | ||
203 | 197 … | ||
204 | 198 … | .message_content div > span { | |
205 | 199 … | font-size: 0.9em; | |
206 | 200 … | margin-bottom: 0.7em; |
Built with git-ssb-web