Commit fe511cc62a6aab83d5e7bcb9f994fa95af6d5ec1
adjust css to work in firefox
Dominic Tarr committed on 7/3/2016, 4:26:38 AMParent: ffe9e243711efb2476e04412d49d3238b36a4214
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -11,8 +11,9 @@ | ||
11 | 11 | .column { |
12 | 12 | display: flex; |
13 | 13 | flex-direction: column; |
14 | 14 | background: #f5f5f5; |
15 | + min-height: 0px; | |
15 | 16 | } |
16 | 17 | |
17 | 18 | .row { |
18 | 19 | display: flex; |
@@ -20,13 +21,10 @@ | ||
20 | 21 | } |
21 | 22 | |
22 | 23 | .stretch { |
23 | 24 | flex-basis: 0; |
24 | -// flex-grow: 1; | |
25 | -// flex-shrink: 1; | |
26 | 25 | } |
27 | 26 | |
28 | - | |
29 | 27 | .fixed { |
30 | 28 | flex-grow: 1; |
31 | 29 | flex-shrink: 1; |
32 | 30 | } |
@@ -48,22 +46,19 @@ | ||
48 | 46 | |
49 | 47 | img { |
50 | 48 | max-width: 600px; |
51 | 49 | display: block; |
52 | -// overflow-x: auto; | |
53 | 50 | } |
54 | 51 | |
55 | 52 | pre { |
56 | 53 | max-width: 650px; |
57 | 54 | white-space: pre-wrap; |
58 | -// overflow-x: auto; | |
59 | -// overflox-y: none; | |
60 | 55 | } |
61 | 56 | |
62 | -/* scrolling feeds, threads */\ | |
57 | +/* scrolling feeds, threads */ | |
63 | 58 | |
64 | 59 | .scroller { |
65 | - width: 100% | |
60 | + width: 100%; | |
66 | 61 | } |
67 | 62 | |
68 | 63 | .scroller > * { |
69 | 64 | margin-left: auto; |
@@ -75,17 +70,16 @@ | ||
75 | 70 | } |
76 | 71 | |
77 | 72 | @media (min-width: 600px) { |
78 | 73 | .scroller__wrapper { |
79 | - width: 600px; | |
74 | + width: 600px; | |
80 | 75 | } |
81 | 76 | } |
82 | 77 | |
83 | 78 | |
84 | 79 | /* --- hypertabs ------- */ |
85 | 80 | |
86 | 81 | .hypertabs__tabs { |
87 | -// width: 1200px | |
88 | 82 | overflow-y: hide; |
89 | 83 | } |
90 | 84 | |
91 | 85 | .hypertabs > .row { |
@@ -245,5 +239,4 @@ | ||
245 | 239 | highlight { |
246 | 240 | background: yellow; |
247 | 241 | } |
248 | 242 | |
249 | - |
Built with git-ssb-web