git ssb

16+

Dominic / patchbay



Commit e09e98941caa3bc1f96e294ae4e75f88b37d0807

Prevent vertical movement when selecting tabs

Charles Lehner committed on 7/10/2016, 6:21:34 AM
Parent: 913552f6b7e7041f41354df6cee712b8a13d5688

Files changed

style.csschanged
style.cssView
@@ -91,13 +91,15 @@
9191 .hypertabs__tabs > * {
9292 max-width: 50px;
9393 overflow-x: hidden;
9494 margin-right: 5px;
95+ padding-top: 1px;
9596 }
9697
9798 .hypertabs__tab, .hypertabs--selected {
9899 background: white;
99100 border: 1px solid #ccc;
101+ padding-top: 0;
100102 padding-left: 5px;
101103 padding-right: 5px;
102104 max-width: 200px;
103105 }

Built with git-ssb-web