git ssb

16+

Dominic / patchbay



Commit 133fc7109eebd6afa6f7a9fe6ae197c95ca45184

private gatherings!

mixmix committed on 10/10/2018, 5:34:35 AM
Parent: 9f4702f7c8d3e2ade9563333fd1057014584f1c7

Files changed

app/html/modal.mcsschanged
package-lock.jsonchanged
package.jsonchanged
app/html/modal.mcssView
@@ -1,29 +1,32 @@
11 Modal {
2- display: flex
3- flex-direction: row
42 position: fixed
5- z-index: 90
6-
73 top: var(--app-border-width)
84 bottom: var(--app-border-width)
95 left: var(--app-border-width)
106 right: var(--app-border-width)
7 + z-index: 90
8 +
119 background: rgba(15, 0, 25, 0.78)
1210
11 + display: grid
12 + justify-content: center
13 + align-content: center
14 +
1315 div.content {
1416 max-width: 90vw
1517 max-height: 90vh
1618 overflow: auto
1719
1820 $backgroundPrimary
1921 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 */
2124 $dontSelect
2225 }
2326
2427 -open {
25- display: flex
28 + display: grid
2629 }
2730
2831 -close {
2932 display: none
package-lock.jsonView
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.jsonView
@@ -70,9 +70,9 @@
7070 "patch-settings": "^1.1.2",
7171 "patch-suggest": "^2.0.2",
7272 "patchbay-book": "^1.0.8",
7373 "patchbay-dark-crystal": "^1.0.5",
74- "patchbay-gatherings": "^3.1.0",
74 + "patchbay-gatherings": "^3.2.0",
7575 "patchbay-poll": "^1.1.1",
7676 "patchbay-scry": "^1.2.0",
7777 "patchcore": "^1.28.1",
7878 "pull-abortable": "^4.1.1",
@@ -89,10 +89,10 @@
8989 "ssb-about": "^0.1.2",
9090 "ssb-backlinks": "^0.7.3",
9191 "ssb-blob-files": "^1.1.1",
9292 "ssb-blobs": "^1.1.5",
93 + "ssb-chess-db": "^1.0.4",
9394 "ssb-chess-mithril": "1.0.3",
94- "ssb-chess-db": "^1.0.4",
9595 "ssb-config": "^2.3.0",
9696 "ssb-ebt": "^5.2.3",
9797 "ssb-friends": "^3.1.3",
9898 "ssb-keys": "^7.0.15",

Built with git-ssb-web