Files: d410e696e202f0fa3b384dfa76ad876acb28868b / styles / base / tags.mcss
427 bytesRaw
1 | SplitView -tags { |
2 | div.side { |
3 | div.tagControls { |
4 | display: flex |
5 | justify-content: space-between |
6 | margin-bottom: .5em |
7 | button { |
8 | width: 48% |
9 | } |
10 | } |
11 | } |
12 | } |
13 | TagsHeader { |
14 | position: relative |
15 | h1 { |
16 | display: inline-block |
17 | margin-right: .5em |
18 | margin-top: 1em |
19 | } |
20 | div.tagControls { |
21 | position: absolute |
22 | top: 2em |
23 | right: 0 |
24 | button.you { |
25 | margin-right: .5em |
26 | } |
27 | } |
28 | } |
29 |
Built with git-ssb-web