Skip to content

Fix "skip content"-buttons on small screen sizes - #38050

Merged
susnux merged 2 commits into
masterfrom
fix/skip-content-buttons
May 4, 2023
Merged

Fix "skip content"-buttons on small screen sizes#38050
susnux merged 2 commits into
masterfrom
fix/skip-content-buttons

Conversation

@susnux

@susnuxsusnux commented May 3, 2023

Copy link
Copy Markdown
Contributor

Summary

If the screen size is too small (this case 320px) the buttons overlapping each other, this is fixed by displaying them using flex box.

Screenshots

beforeafter
Before the buttons are overlappingAfter the buttons are correctly displayed

Checklist

susnux added 2 commits May 3, 2023 19:49
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnuxsusnux added this to the Nextcloud 27 milestone May 3, 2023
@susnux
susnux requested review from Pytal, juliusknorr and nfebeMay 3, 2023 17:55
@susnux

Copy link
Copy Markdown
ContributorAuthor

/backport to stable26

@susnuxsusnux changed the title Fix/skip content buttonsFix "skip content"-buttons on small screen sizesMay 3, 2023
@susnux
susnux merged commit 1a00d99 into masterMay 4, 2023
@susnux
susnux deleted the fix/skip-content-buttons branch May 4, 2023 09:04
@susnux

Copy link
Copy Markdown
ContributorAuthor

/backport to stable25

@backportbot-nextcloud

Copy link
Copy Markdown

The backport to stable25 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable25
git pull origin/stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@backportbot-nextcloud

Copy link
Copy Markdown

The backport to stable26 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable26
git pull origin/stable26
# Create the new backport branch
git checkout -b fix/foo-stable26
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

4 participants

@susnux@juliusknorr@Pytal@skjnldsv