git ssb

10+

Matt McKegg / patchwork



Tree: 6d6084e94a92cf0ef8aa71d94e1077b21a55e5a4

Files: 6d6084e94a92cf0ef8aa71d94e1077b21a55e5a4 / styles / dark / sheet.mcss

727 bytesRaw
1Sheet {
2 position: fixed;
3 max-height: 80vh;
4 max-width: 700px;
5 margin: auto;
6 top: 38px;
7 left: 0;
8 right: 0;
9 width: 80vw;
10 background: #434141;
11 box-shadow: 0 0 40px black;
12 border-bottom-left-radius: 3px;
13 border-bottom-right-radius: 3px;
14 display: flex
15 flex-direction: column
16 z-index: 50
17
18 section {
19 overflow-y: auto
20 flex: 1
21 }
22
23 img {
24 max-height: 24px;
25 }
26
27 footer {
28 flex-shrink: 0;
29 min-height: 20px;
30 display: flex;
31 justify-content: flex-end;
32 padding: 10px;
33 position: relative
34 border-top: 1px solid #2d2c2c
35 align-items: center
36
37 div.info {
38 flex: 1
39 padding: 8px
40 font-size: 13px
41 }
42
43 button {
44 margin-left: 10px
45 }
46 }
47}
48

Built with git-ssb-web