git ssb

16+

Dominic / patchbay



Commit d5eb7683c93c7089b588c1e9b99aaa426b4da566

scroller to 100%

Ev Bogue committed on 8/5/2016, 1:47:19 AM
Parent: c7e6d29b42d5c8650b1fdc63b08926ade061eb38

Files changed

style.csschanged
style.cssView
@@ -35,19 +35,19 @@
3535
3636 /* scrolling feeds, threads */
3737
3838 .scroller {
39- max-width: 600px;
4039 width: 100%;
4140 }
4241
4342 .scroller {
44- margin-left: auto;
45- margin-right: auto;
4643 }
4744
4845 .scroller__wrapper {
4946 flex: 1;
47+ max-width: 600px;
48+ margin-left: auto;
49+ margin-right: auto;
5050 }
5151
5252 /* --- hypertabs ------- */
5353

Built with git-ssb-web