Skip to content

Commit

Permalink
-style: adjust variant view scroll margin
Browse files Browse the repository at this point in the history
-style: add padding between navigation buttons
  • Loading branch information
crfmc committed Aug 7, 2024
1 parent baafc2d commit df792b4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ a:hover {
border: 1px solid grey;
position: absolute;
left: 3px;
scroll-margin-top: 50px;
scroll-margin-top: 155px;
}

.nav-dropdown:focus {
Expand Down Expand Up @@ -902,6 +902,11 @@ a:hover {
border: 1px solid #d3d3d3;
}

.navigation-button-variant,
.navigation-button-read {
margin-top: 4px;
}

.navigation-button:focus-visible {
outline-offset: -1px;
}
Expand All @@ -925,6 +930,10 @@ a:hover {
top: 8px;
}

.nav-dropdown {
scroll-margin-top: 50px;
}

.navigation-buttons {
top: 3px;
left: 3px;
Expand Down

0 comments on commit df792b4

Please sign in to comment.