We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93fda51 + f989dcb commit 90ac982Copy full SHA for 90ac982
1 file changed
core/css/public.scss
@@ -9,10 +9,19 @@
9
10
/** Center the shared content inside the page */
11
&.app-files_sharing {
12
- justify-content: center;
13
- align-items: center;
14
#app-content {
15
- min-height: inherit;
+ min-height: 100%;
+ display: flex;
+ }
16
+
17
+ #files-public-content {
18
+ flex-grow: 2;
19
+ display: grid;
20
21
22
+ #preview {
23
+ justify-self: center;
24
+ align-self: center;
25
padding-left: 1rem;
26
padding-right: 1rem;
27
}
0 commit comments