git ssb

1+

Daan Patchwork / patchwork



Tree: f50400a95d8c5a977f0f39ee8b857c5ee9cdd630

Files: f50400a95d8c5a977f0f39ee8b857c5ee9cdd630 / styles / base / suggest-box.mcss

997 bytesRaw
1SuggestBox {
2 width: max-content
3 max-height: 50vh
4 overflow-y: auto
5 z-index: 1000
6 padding: .2rem .5rem
7 margin-top: .35rem
8 ul {
9 list-style-type: none
10 padding: 0
11 li.channel {
12 padding: 3px;
13 -subscribed {
14 strong {
15 font-weight: bold
16 }
17 }
18 }
19 li.following {
20 font-weight: bold
21 strong {
22 font-weight: bold
23 $following
24 }
25 }
26 li {
27 display: flex
28 align-items: center
29 padding-right: .2rem
30 margin-bottom: .2rem
31 cursor: pointer
32 img {
33 height: 36px
34 width: 36px
35 padding: .2rem
36 }
37 strong {
38 font-size: 110%;
39 flex-grow: 1
40 margin-left: .5rem
41 font-weight: 300
42 min-width: 150px
43 }
44 small {
45 font-family: monospace
46 margin-left: .5rem
47 padding-right: .2rem
48 font-size: 1rem
49 }
50 }
51 li.selected {
52 color: #fff
53 background: #0caaf9
54 }
55 }
56}
57

Built with git-ssb-web