git ssb

16+

Dominic / patchbay



Commit 650c7ec024e7d4d88b8aebfbd84d556df18b5728

improved search bar styles (minor)

mix irving committed on 9/21/2017, 10:45:47 AM
Parent: ef6782e7a416278df665504333db56c9e47587db

Files changed

app/html/search-bar.mcsschanged
app/styles/mcss/hypertabs.mcsschanged
app/html/search-bar.mcssView
@@ -6,10 +6,9 @@
66 padding-right: .5rem
77
88 margin-left: 1rem
99
10- border: 1px #dcdcdc solid;
1110 border-radius: 0
12- font-size: .9rem;
11 + font-size: .9rem
1312 }
1413 }
1514
app/styles/mcss/hypertabs.mcssView
@@ -9,8 +9,10 @@
99
1010 background: linear-gradient(to bottom, #efefef, #e5e5e5)
1111
1212 section.tabs {
13 + padding: .5rem 0 0 .5rem
14 +
1315 flex-grow: 1
1416 display: flex
1517 min-width: 0
1618
@@ -75,9 +77,9 @@
7577 max-width: calc(100% - 1.4rem)
7678 white-space: nowrap
7779 text-overflow: ellipsis
7880
79- padding: .5rem 0 .5rem .6rem
81 + padding: .45rem 0 .45rem .6rem
8082 }
8183
8284 a.close {
8385 visibility: hidden
@@ -103,8 +105,9 @@
103105
104106 }
105107
106108 div.navExtra {
109 + padding-top: .2rem
107110 display: flex
108111 align-items: center
109112 }
110113 }
@@ -117,10 +120,8 @@
117120 div.page {
118121 flex-grow: 1
119122
120123 display: flex /*hack to get give Scroller context it needs */
121-
122- padding-top: .2rem
123124 }
124125 }
125126 }
126127

Built with git-ssb-web