Commit e09e98941caa3bc1f96e294ae4e75f88b37d0807
Prevent vertical movement when selecting tabs
Charles Lehner committed on 7/10/2016, 6:21:34 AMParent: 913552f6b7e7041f41354df6cee712b8a13d5688
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -91,13 +91,15 @@ | ||
91 | 91 | .hypertabs__tabs > * { |
92 | 92 | max-width: 50px; |
93 | 93 | overflow-x: hidden; |
94 | 94 | margin-right: 5px; |
95 | + padding-top: 1px; | |
95 | 96 | } |
96 | 97 | |
97 | 98 | .hypertabs__tab, .hypertabs--selected { |
98 | 99 | background: white; |
99 | 100 | border: 1px solid #ccc; |
101 | + padding-top: 0; | |
100 | 102 | padding-left: 5px; |
101 | 103 | padding-right: 5px; |
102 | 104 | max-width: 200px; |
103 | 105 | } |
Built with git-ssb-web