git ssb

16+

Dominic / patchbay



Commit c78c5d3d5885bfa76008faa87ec928eefb399c37

remove un-needed style message style

mix irving committed on 1/1/2017, 2:19:36 AM
Parent: 5db5f5879a68ea7da4a9376e6e95b8ef07522e10

Files changed

style.csschanged
style.cssView
@@ -176,8 +176,9 @@
176176 float: right;
177177 }
178178
179179 /* messages */
180 +/*to be deprecated once message preview is converted to modular style*/
180181
181182 .message {
182183 position: relative;
183184 flex-basis: 0;
@@ -192,15 +193,8 @@
192193 .message:hover {
193194 background: #f9f9f9;
194195 }
195196
196-.message--mini {
197- font-size: 1em;
198- margin: 0;
199- padding: .2em;
200- border: none;
201- background: inherit;
202-}
203197
204198 .message_content div > span {
205199 font-size: 0.9em;
206200 margin-bottom: 0.7em;

Built with git-ssb-web