git ssb

16+

Dominic / patchbay



Commit d3402b2efe4dd4193ad3d0af357c92494b7da75a

more styling of tabs

mix irving committed on 2/2/2017, 12:13:16 PM
Parent: 53a40a01e1a3a5de5ac78d70f8a0318f38ae0fcb

Files changed

modules_core/style/hypertabs.mcsschanged
modules_core/style/hypertabs.mcssView
@@ -17,8 +17,9 @@
1717 flex-grow: 1
1818
1919 display: flex
2020 align-items: center
21 + justify-content: space-between
2122
2223 font-size: .9rem
2324 background-color: #efefef
2425 overflow-x: hidden
@@ -54,8 +55,13 @@
5455 }
5556
5657 a.link {
5758 flex-grow: 1
59 + flex-shrink: 0
60 + overflow-x: hidden
61 + max-width: 220px
62 + white-space: nowrap
63 + text-overflow: ellipsis
5864 }
5965
6066 a.close {
6167 visibility: hidden

Built with git-ssb-web