diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-02-08 18:07:59 +0100 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-02-10 10:35:01 +0100 |
commit | 60a7e36f9be2711d96a784fdd38b55ad36953b51 (patch) | |
tree | a4a27749cc07321cf9a721a31bb218deb0309529 /core | |
parent | 49959bc929a8f3c000b36843dfc4a588922ccc12 (diff) | |
download | nextcloud-server-60a7e36f9be2711d96a784fdd38b55ad36953b51.tar.gz nextcloud-server-60a7e36f9be2711d96a784fdd38b55ad36953b51.zip |
Revert "Fix loading of the text app in public shared links"
This reverts commit d3d117c4a874eb8803fb043b2b011d8732b2709f.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/public.scss | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/core/css/public.scss b/core/css/public.scss index e0ca670fcdb..31e48f3c7cc 100644 --- a/core/css/public.scss +++ b/core/css/public.scss @@ -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; } |