git ssb

16+

Dominic / patchbay



Commit 32aba29b1bd68e4ba002781ccc56db127018f545

style tweak, better comments

mix irving committed on 2/3/2017, 4:36:59 AM
Parent: f90124ba5ae5f6479370cba8fc7df6744422db23

Files changed

modules_basic/scroller.mcsschanged
modules_core/style/hypertabs.mcsschanged
modules_basic/scroller.mcssView
@@ -3,8 +3,9 @@
33 flex-direction: column
44
55 overflow: auto
66 width: 100%
7 + height: 100%
78 min-height: 0px
89
910 div.wrapper {
1011 flex: 1
modules_core/style/hypertabs.mcssView
@@ -32,10 +32,8 @@
3232
3333 -selected {
3434 color: #222
3535 background-color: #fff
36- /* border: 1px #bababa solid */
37- border-bottom: none
3836
3937 a.close {
4038 visibility: visible
4139 }
@@ -80,14 +78,14 @@
8078
8179 section.content {
8280 display: flex
8381
84- height: 100% /* needed to stop scroller blowing out */
82 + height: 100% /* needed to stop making nav weird */
8583
8684 div.page {
8785 flex-grow: 1
8886
89- display: flex /* hack to get give Scroller context it's needed */
87 + display: flex /*hack to get give Scroller context it needs */
9088
9189 padding-top: .2rem
9290 }
9391 }

Built with git-ssb-web