git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit ca1e7bb9418f9153b8e48f4305c9ade252deb134

change channel list background color

Matt McKegg committed on 2/16/2017, 5:25:36 AM
Parent: a9d64b445268934597b0f1a9bcc2c433e1d994c0

Files changed

styles/channel-list.mcsschanged
styles/channel-list.mcssView
@@ -3,9 +3,9 @@
33 display: flex;
44 padding: 8px 10px;
55 font-size: 110%;
66 margin: 4px 0;
7- background: rgba(255, 255, 255, 0.22);
7+ background: rgba(255, 255, 255, 0.66);
88 border-radius: 5px;
99 position: relative
1010 transition: background-color 0.2s
1111 max-width: 250px;
@@ -37,9 +37,9 @@
3737
3838 span.name {
3939 flex: 1
4040 white-space: nowrap;
41- min-width: 0;
41+ min-width: 0;
4242 }
4343
4444 a {
4545 display: inline

Built with git-ssb-web