mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
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:
parent
1e2baa5a6b
commit
970b65c139
1 changed files with 3 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue