Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Revert "Fix loading of the text app in public shared links"
This reverts commit d3d117c.

Signed-off-by: Carl Schwan <[email protected]>
  • Loading branch information
CarlSchwan authored and backportbot[bot] committed Feb 10, 2022
commit 970b65c139a52a243d4042452a0c9e8fb501ae9c
15 changes: 3 additions & 12 deletions core/css/public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down