-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Footer height in public view too small if imprint/privacy link set #34305
Copy link
Copy link
Closed
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care of26-feedbackbugdesignDesign, UI, UX, etc.Design, UI, UX, etc.feature: sharinggood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.papercutAnnoying recurring UX issue with possibly simple fix.Annoying recurring UX issue with possibly simple fix.
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care of26-feedbackbugdesignDesign, UI, UX, etc.Design, UI, UX, etc.feature: sharinggood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.papercutAnnoying recurring UX issue with possibly simple fix.Annoying recurring UX issue with possibly simple fix.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently the footer-height is set to 65px:
server/core/css/public.scss
Line 1 in b739dd5
This is too small if the imprint/privacy links are set in the settings of the instance and text gets cut off. (see nextcloud/forms#1337)
If links are set a better value would be 95px.