git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit 2730a445b6f16877bff840d9f38ee9e6892edd9f

Update base styles according to ssb-themes

Charles Lehner committed on 8/12/2016, 5:38:17 AM
Parent: 94d9ca2cbe74997f6ec36751cd631e2bf6305283

Files changed

style.csschanged
style.cssView
@@ -1,5 +1,7 @@
1-body { font-family: sans-serif;}
1+body {
2+ font-family: sans-serif;
3+}
24
35 .screen {
46 position: absolute;
57 top: 0px; bottom: 0px;
@@ -17,35 +19,49 @@
1719 display: flex;
1820 flex-direction: row;
1921 }
2022
23+.wrap {
24+ display: flex;
25+ flex-direction: row;
26+ flex-wrap: wrap;
27+}
28+
2129 .scroll-y {
2230 overflow-y: auto;
2331 }
2432
2533 .scroll-x {
2634 overflow-x: auto;
2735 }
2836
29-pre, li, p {
30- max-width: 100%;
37+pre {
3138 white-space: pre-wrap;
32- word-break: break-word;
39+ word-wrap: break-word;
3340 }
3441
3542 p {
3643 margin-top: .35ex;
3744 }
3845
46+hr {
47+ border: solid #eee;
48+ clear: both;
49+ border-width: 1px 0 0;
50+ height: 0;
51+ margin-bottom: .9em;
52+}
53+
54+input, textarea {
55+ border: 1px solid #eee;
56+}
57+
3958 /* scrolling feeds, threads */
4059
4160 .scroller {
4261 width: 100%;
4362 }
4463
45-.scroller {
46-}
47-
4864 .scroller__wrapper {
4965 flex: 1;
5066 max-width: 600px;
5167 margin-left: auto;
@@ -60,22 +76,21 @@
6076
6177 .hypertabs > .row {
6278 flex-grow: 0;
6379 flex-shrink: 0;
64- margin: .5ex;
80+ margin: 0;
6581 }
6682
6783 .hypertabs__tabs > * {
68- max-width: 3em;
84+ max-width: 4em;
6985 overflow-x: hidden;
7086 margin-right: .5ex;
7187 padding-top: .1ex;
7288 }
7389
7490 .hypertabs--selected {
75- max-width: 3em;
91+ max-width: 4em;
7692 background: yellow;
77- padding-top: 0;
7893 padding-left: .5ex;
7994 padding-right: .5ex;
8095 }
8196
@@ -236,22 +251,21 @@
236251
237252 /* --- network status --- */
238253
239254 .status {
240- width: 1em;
241- height: 1em;
255+ width: .7em;
256+ height: .7em;
242257 position: fixed;
243- right: .5em;
244- top: .5em;
258+ right: .8em;
259+ top: .8em;
245260 border-radius: 100%;
246261 background: green;
247262 }
248263
249264 .error {
250265 background: red;
251266 }
252267
253-
254268 /* invite codes */
255269
256270 .hyperprogress__liquid {
257271 height: 1ex;

Built with git-ssb-web