Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-02-08 20:07:59 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2022-02-10 19:47:38 +0300
commit970b65c139a52a243d4042452a0c9e8fb501ae9c (patch)
tree5e8a35bcb9e586a4d92d53f5e94667d92cfcac60 /core/css
parent1e2baa5a6bbcb23bfe25b49d03159ad4293d5280 (diff)
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/css')
-rw-r--r--core/css/public.scss15
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;
}