Commit d3402b2efe4dd4193ad3d0af357c92494b7da75a
more styling of tabs
mix irving committed on 2/2/2017, 12:13:16 PMParent: 53a40a01e1a3a5de5ac78d70f8a0318f38ae0fcb
Files changed
modules_core/style/hypertabs.mcss | changed |
modules_core/style/hypertabs.mcss | ||
---|---|---|
@@ -17,8 +17,9 @@ | ||
17 | 17 … | flex-grow: 1 |
18 | 18 … | |
19 | 19 … | display: flex |
20 | 20 … | align-items: center |
21 … | + justify-content: space-between | |
21 | 22 … | |
22 | 23 … | font-size: .9rem |
23 | 24 … | background-color: #efefef |
24 | 25 … | overflow-x: hidden |
@@ -54,8 +55,13 @@ | ||
54 | 55 … | } |
55 | 56 … | |
56 | 57 … | a.link { |
57 | 58 … | flex-grow: 1 |
59 … | + flex-shrink: 0 | |
60 … | + overflow-x: hidden | |
61 … | + max-width: 220px | |
62 … | + white-space: nowrap | |
63 … | + text-overflow: ellipsis | |
58 | 64 … | } |
59 | 65 … | |
60 | 66 … | a.close { |
61 | 67 … | visibility: hidden |
Built with git-ssb-web