git ssb

16+

Dominic / patchbay



Commit 8fde330d9640244a94c068b1f62791019b5b6338

fix lightbox to show width of actual messages

mix irving committed on 7/23/2017, 8:54:07 AM
Parent: 6e80a5dbc23e3ffb51c1f23aa7d8d8dbd9210393

Files changed

app/styles/css/global.jschanged
app/styles/css/global.jsView
@@ -144,9 +144,9 @@
144144 left: 0px;
145145 right: 0px;
146146 top: 50px;
147147 overflow: auto;
148- width: 600px;
148 + width: 780px;
149149 max-width: 100%;
150150 padding: 25px;
151151 margin: auto;
152152 z-index: 2;

Built with git-ssb-web