Commit ca1e7bb9418f9153b8e48f4305c9ade252deb134
change channel list background color
Matt McKegg committed on 2/16/2017, 5:25:36 AMParent: a9d64b445268934597b0f1a9bcc2c433e1d994c0
Files changed
styles/channel-list.mcss | changed |
styles/channel-list.mcss | |||
---|---|---|---|
@@ -3,9 +3,9 @@ | |||
3 | 3 … | display: flex; | |
4 | 4 … | padding: 8px 10px; | |
5 | 5 … | font-size: 110%; | |
6 | 6 … | margin: 4px 0; | |
7 | - background: rgba(255, 255, 255, 0.22); | ||
7 … | + background: rgba(255, 255, 255, 0.66); | ||
8 | 8 … | border-radius: 5px; | |
9 | 9 … | position: relative | |
10 | 10 … | transition: background-color 0.2s | |
11 | 11 … | max-width: 250px; | |
@@ -37,9 +37,9 @@ | |||
37 | 37 … | ||
38 | 38 … | span.name { | |
39 | 39 … | flex: 1 | |
40 | 40 … | white-space: nowrap; | |
41 | - min-width: 0; | ||
41 … | + min-width: 0; | ||
42 | 42 … | } | |
43 | 43 … | ||
44 | 44 … | a { | |
45 | 45 … | display: inline |
Built with git-ssb-web