Commit 133fc7109eebd6afa6f7a9fe6ae197c95ca45184
private gatherings!
mixmix committed on 10/10/2018, 5:34:35 AMParent: 9f4702f7c8d3e2ade9563333fd1057014584f1c7
Files changed
app/html/modal.mcss | changed |
package-lock.json | changed |
package.json | changed |
app/html/modal.mcss | |||
---|---|---|---|
@@ -1,29 +1,32 @@ | |||
1 | 1 … | Modal { | |
2 | - display: flex | ||
3 | - flex-direction: row | ||
4 | 2 … | position: fixed | |
5 | - z-index: 90 | ||
6 | - | ||
7 | 3 … | top: var(--app-border-width) | |
8 | 4 … | bottom: var(--app-border-width) | |
9 | 5 … | left: var(--app-border-width) | |
10 | 6 … | right: var(--app-border-width) | |
7 … | + z-index: 90 | ||
8 … | + | ||
11 | 9 … | background: rgba(15, 0, 25, 0.78) | |
12 | 10 … | ||
11 … | + display: grid | ||
12 … | + justify-content: center | ||
13 … | + align-content: center | ||
14 … | + | ||
13 | 15 … | div.content { | |
14 | 16 … | max-width: 90vw | |
15 | 17 … | max-height: 90vh | |
16 | 18 … | overflow: auto | |
17 | 19 … | ||
18 | 20 … | $backgroundPrimary | |
19 | 21 … | box-shadow: rgba(0,0,0,.34) 2px 6px 10px | |
20 | - margin: auto | ||
22 … | + margin: calc(var(--app-border-width) + 2.3rem) auto var(--app-border-width) auto | ||
23 … | + /* 2.3rem is height of Hypertabs > nav */ | ||
21 | 24 … | $dontSelect | |
22 | 25 … | } | |
23 | 26 … | ||
24 | 27 … | -open { | |
25 | - display: flex | ||
28 … | + display: grid | ||
26 | 29 … | } | |
27 | 30 … | ||
28 | 31 … | -close { | |
29 | 32 … | display: none |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 349176 bytes New file size: 353219 bytes |
package.json | ||
---|---|---|
@@ -70,9 +70,9 @@ | ||
70 | 70 … | "patch-settings": "^1.1.2", |
71 | 71 … | "patch-suggest": "^2.0.2", |
72 | 72 … | "patchbay-book": "^1.0.8", |
73 | 73 … | "patchbay-dark-crystal": "^1.0.5", |
74 | - "patchbay-gatherings": "^3.1.0", | |
74 … | + "patchbay-gatherings": "^3.2.0", | |
75 | 75 … | "patchbay-poll": "^1.1.1", |
76 | 76 … | "patchbay-scry": "^1.2.0", |
77 | 77 … | "patchcore": "^1.28.1", |
78 | 78 … | "pull-abortable": "^4.1.1", |
@@ -89,10 +89,10 @@ | ||
89 | 89 … | "ssb-about": "^0.1.2", |
90 | 90 … | "ssb-backlinks": "^0.7.3", |
91 | 91 … | "ssb-blob-files": "^1.1.1", |
92 | 92 … | "ssb-blobs": "^1.1.5", |
93 … | + "ssb-chess-db": "^1.0.4", | |
93 | 94 … | "ssb-chess-mithril": "1.0.3", |
94 | - "ssb-chess-db": "^1.0.4", | |
95 | 95 … | "ssb-config": "^2.3.0", |
96 | 96 … | "ssb-ebt": "^5.2.3", |
97 | 97 … | "ssb-friends": "^3.1.3", |
98 | 98 … | "ssb-keys": "^7.0.15", |
Built with git-ssb-web