Commit d5eb7683c93c7089b588c1e9b99aaa426b4da566
scroller to 100%
Ev Bogue committed on 8/5/2016, 1:47:19 AMParent: c7e6d29b42d5c8650b1fdc63b08926ade061eb38
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -35,19 +35,19 @@ | ||
35 | 35 | |
36 | 36 | /* scrolling feeds, threads */ |
37 | 37 | |
38 | 38 | .scroller { |
39 | - max-width: 600px; | |
40 | 39 | width: 100%; |
41 | 40 | } |
42 | 41 | |
43 | 42 | .scroller { |
44 | - margin-left: auto; | |
45 | - margin-right: auto; | |
46 | 43 | } |
47 | 44 | |
48 | 45 | .scroller__wrapper { |
49 | 46 | flex: 1; |
47 | + max-width: 600px; | |
48 | + margin-left: auto; | |
49 | + margin-right: auto; | |
50 | 50 | } |
51 | 51 | |
52 | 52 | /* --- hypertabs ------- */ |
53 | 53 |
Built with git-ssb-web