Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / base / tag-list.mcss
695 bytesRaw
1 | TagList { |
2 | a.tag { |
3 | display: flex |
4 | padding: 4px |
5 | font-size: 110% |
6 | margin: 4px 0 |
7 | border-radius: 5px |
8 | position: relative |
9 | text-decoration: none |
10 | background-repeat: no-repeat |
11 | background-position: right |
12 | div.main { |
13 | display: flex |
14 | flex-direction: column |
15 | flex: 1 |
16 | margin-left: 10px |
17 | justify-content: center |
18 | min-width: 0px |
19 | div.name { |
20 | white-space: nowrap |
21 | -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 90%, rgba(0,0,0,0)) |
22 | } |
23 | } |
24 | div.buttons { |
25 | display: flex |
26 | align-items: center |
27 | padding-right: 10px |
28 | } |
29 | :hover { |
30 | div.controls { |
31 | opacity: 1 |
32 | } |
33 | } |
34 | } |
35 | } |
36 |
Built with git-ssb-web