Skip to content

Conversation

@SebastianKrupinski
Copy link
Contributor

@SebastianKrupinski SebastianKrupinski commented Sep 29, 2025

Summary

  • Adjusted footer logic
  • Adjusted footer width and colour
image

Checklist

@SebastianKrupinski SebastianKrupinski self-assigned this Sep 29, 2025
@SebastianKrupinski SebastianKrupinski requested review from a team as code owners September 29, 2025 19:45
@SebastianKrupinski SebastianKrupinski added the 3. to review Waiting for reviews label Sep 29, 2025
@SebastianKrupinski SebastianKrupinski requested review from ArtificialOwl, leftybournes, nfebe, skjnldsv and susnux and removed request for a team September 29, 2025 19:45
@SebastianKrupinski SebastianKrupinski added this to the Nextcloud 32.0.1 milestone Oct 2, 2025
@SebastianKrupinski
Copy link
Contributor Author

/backport to stable32

height: var(--default-line-height);
color: var(--color-text-maxcontrast);
white-space: nowrap;
display: inline-block;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

going by the other blocks I think there is one indentation too many

bottom: var(--body-container-margin);
background-color: var(--color-main-background);
transform: translateX(-50%);
background-color: rgba( var(--color-main-background-rgb, 255,255,255), 0.85 );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
background-color: rgba( var(--color-main-background-rgb, 255,255,255), 0.85 );
background-color: rgba( var(--color-main-background-rgb, 255, 255, 255), 0.85 );

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The RGB variants are discouraged. Also for consistency with the footer in other places it should be the same as .guestbox in guests.scss:

	--color-text-maxcontrast: var(--color-text-maxcontrast-background-blur, var(--color-main-text));
	color: var(--color-main-text);
	background-color: var(--color-main-background-blur);
	-webkit-backdrop-filter: var(--filter-background-blur);
	backdrop-filter: var(--filter-background-blur);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@susnux How is this now?

@SebastianKrupinski
Copy link
Contributor Author

Updated screen capture

image

Signed-off-by: SebastianKrupinski <[email protected]>
@SebastianKrupinski SebastianKrupinski merged commit 4185dfb into master Dec 9, 2025
195 of 200 checks passed
@SebastianKrupinski SebastianKrupinski deleted the fix/issue-legal-footer branch December 9, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants