git ssb

16+

Dominic / patchbay



Commit fe511cc62a6aab83d5e7bcb9f994fa95af6d5ec1

adjust css to work in firefox

Dominic Tarr committed on 7/3/2016, 4:26:38 AM
Parent: ffe9e243711efb2476e04412d49d3238b36a4214

Files changed

style.csschanged
style.cssView
@@ -11,8 +11,9 @@
1111 .column {
1212 display: flex;
1313 flex-direction: column;
1414 background: #f5f5f5;
15+ min-height: 0px;
1516 }
1617
1718 .row {
1819 display: flex;
@@ -20,13 +21,10 @@
2021 }
2122
2223 .stretch {
2324 flex-basis: 0;
24-// flex-grow: 1;
25-// flex-shrink: 1;
2625 }
2726
28-
2927 .fixed {
3028 flex-grow: 1;
3129 flex-shrink: 1;
3230 }
@@ -48,22 +46,19 @@
4846
4947 img {
5048 max-width: 600px;
5149 display: block;
52-// overflow-x: auto;
5350 }
5451
5552 pre {
5653 max-width: 650px;
5754 white-space: pre-wrap;
58-// overflow-x: auto;
59-// overflox-y: none;
6055 }
6156
62-/* scrolling feeds, threads */\
57+/* scrolling feeds, threads */
6358
6459 .scroller {
65- width: 100%
60+ width: 100%;
6661 }
6762
6863 .scroller > * {
6964 margin-left: auto;
@@ -75,17 +70,16 @@
7570 }
7671
7772 @media (min-width: 600px) {
7873 .scroller__wrapper {
79- width: 600px;
74+ width: 600px;
8075 }
8176 }
8277
8378
8479 /* --- hypertabs ------- */
8580
8681 .hypertabs__tabs {
87-// width: 1200px
8882 overflow-y: hide;
8983 }
9084
9185 .hypertabs > .row {
@@ -245,5 +239,4 @@
245239 highlight {
246240 background: yellow;
247241 }
248242
249-

Built with git-ssb-web