mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
style: drop redundant overrides for public shares
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
parent
bfb20895c1
commit
41f0ca76ee
1 changed files with 0 additions and 17 deletions
|
|
@ -1,18 +1,5 @@
|
|||
/* Special layout to include the Talk sidebar */
|
||||
|
||||
/* The standard layout defined in the server includes a fixed header with a
|
||||
* sticky sidebar. This causes the scroll bar for the main area to appear to the
|
||||
* right of the sidebar, which looks confusing for the chat. Thus that layout is
|
||||
* overridden with a static header and a content with full height without header
|
||||
* to limit the vertical scroll bar only to it.
|
||||
* Note that the flex layout can not be cascaded from the body element, as a
|
||||
* flex display is not compatible with the absolute position set for the
|
||||
* autocompletion panel, which is reparented to the body when shown. */
|
||||
#body-user #header,
|
||||
#body-public #header {
|
||||
/* Override fixed position from server to include it in the body layout */
|
||||
position: static;
|
||||
}
|
||||
|
||||
/* Overwrites styles from public.scss in public share after re-parenting footer */
|
||||
#body-public {
|
||||
|
|
@ -36,10 +23,6 @@
|
|||
* available for the content. */
|
||||
min-height: 0;
|
||||
padding-top: 0;
|
||||
|
||||
/* Override margin used in server, as the header is part of the flex layout
|
||||
* and thus the content does not need to be pushed down. */
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#app-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue