mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Update help panel navigation buttons (#10581)
Fixes #105073 where the empty nav button for 'next' was overlapping the keyboard shortcuts button when the user was currently view the Quality Assurance page.
This commit is contained in:
+5
-3
@@ -4179,11 +4179,13 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
|
||||
.help-pane .nav {
|
||||
position: relative;
|
||||
padding-bottom: 30px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.help-pane .nav a {
|
||||
float: left;
|
||||
width: 50%;
|
||||
flex: 0 0 50%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -4197,7 +4199,7 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
|
||||
}
|
||||
|
||||
.help-pane .nav a:only-child {
|
||||
width: 100%;
|
||||
flex: 0 0 100%;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user