Revert "Fix loading of the text app in public shared links"

This reverts commit d3d117c4a8.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan 2022-02-08 18:07:59 +01:00 committed by backportbot[bot]
parent 1e2baa5a6b
commit 970b65c139

View file

@ -9,19 +9,10 @@
/** Center the shared content inside the page */
&.app-files_sharing {
justify-content: center;
align-items: center;
#app-content {
min-height: 100%;
display: flex;
}
#files-public-content {
flex-grow: 2;
display: grid;
}
#preview {
justify-self: center;
align-self: center;
min-height: inherit;
padding-left: 1rem;
padding-right: 1rem;
}