git ssb

16+

Dominic / patchbay



Commit e41be9be2c5756cd0ca92256d7d7122944415cf2

better organize style sheet

Dominic Tarr committed on 6/24/2016, 9:47:17 PM
Parent: 72483d41ff0fbb76209ef40a0cdcf91409b6db7f

Files changed

style.csschanged
style.cssView
@@ -1,9 +1,8 @@
1-
2-
31 .screen {
42 position: absolute;
53 top: 0px; bottom: 0px;
4+ left: 0px; right: 0px;
65 }
76
87 .column {
98 display: flex;
@@ -55,47 +54,63 @@
5554 // overflow-x: auto;
5655 // overflox-y: none;
5756 }
5857
59-.content {
60- width: 800px;
58+/* scrolling feeds, threads */\
59+
60+.scroller {
61+ width: 100%
6162 }
6263
63-.content > div {
64- overflow-x: show;
64+.scroller > * {
6565 margin-left: auto;
6666 margin-right: auto;
6767 }
6868
69-.content > div > * {
70- max-width: 600px;
69+/* --- hypertabs ------- */
70+
71+.hypertabs__tabs {
72+// width: 1200px
73+ overflow-y: hide;
7174 }
7275
73-.tabs > .row {
76+.hypertabs > .row {
7477 flex-grow: 0; flex-shrink: 0;
7578 margin: 10px;
7679 }
7780
78-.tabs > .row > * {
81+.hypertabs__tabs > * {
7982 max-width: 50px;
8083 overflow-x: hidden;
8184 margin-right: 5px;
8285 }
8386
84-.selected {
87+.hypertabs__tab, .hypertabs--selected {
8588 background: yellow;
89+ max-width: 200px;
8690 }
8791
88-.tabs > .row > .selected {
89- max-width: 200px;
92+/* message id */
93+
94+input {
95+ width: 100px;
9096 }
97+/* compose */
9198
99+.compose {
100+ width: 100%;
101+}
102+
103+/* messages */
104+
92105 .message {
93106 border: 1px solid black;
94107 padding: 5px;
95108 background: white;
96109 display: block;
97110 flex-basis: 0;
111+ max-width: 600px;
112+ min-width: 300px;
98113 }
99114
100115 .message > .title > .message_meta {
101116 margin-right: 5px;
@@ -103,9 +118,11 @@
103118 .message > .title > .avatar {
104119 margin-right: 5px;
105120 }
106121
122+/* -- suggest box */
107123
124+
108125 .suggest-box > * {
109126 background: white;
110127 margin: 3px;
111128 }
@@ -121,8 +138,9 @@
121138 }
122139 .suggest-box,.selected img {
123140 width: 200px;
124141 }
142+/* avatar */
125143
126144 .avatar {
127145 display: flex;
128146 flex-direction: row;
@@ -132,4 +150,5 @@
132150 height: 40px;
133151 //display: inline-block;
134152 }
135153
154+

Built with git-ssb-web