Skip to content

Commit df792b4

Browse files
committed
-style: adjust variant view scroll margin
-style: add padding between navigation buttons
1 parent baafc2d commit df792b4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/App.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ a:hover {
234234
border: 1px solid grey;
235235
position: absolute;
236236
left: 3px;
237-
scroll-margin-top: 50px;
237+
scroll-margin-top: 155px;
238238
}
239239

240240
.nav-dropdown:focus {
@@ -902,6 +902,11 @@ a:hover {
902902
border: 1px solid #d3d3d3;
903903
}
904904

905+
.navigation-button-variant,
906+
.navigation-button-read {
907+
margin-top: 4px;
908+
}
909+
905910
.navigation-button:focus-visible {
906911
outline-offset: -1px;
907912
}
@@ -925,6 +930,10 @@ a:hover {
925930
top: 8px;
926931
}
927932

933+
.nav-dropdown {
934+
scroll-margin-top: 50px;
935+
}
936+
928937
.navigation-buttons {
929938
top: 3px;
930939
left: 3px;

0 commit comments

Comments
 (0)