docs: Add stray design tweaks (#38835)
Tiny little improvements opportunities I noticed today while browsing the docs. Release Notes: - N/A
This commit is contained in:
Vendored
+8
@@ -127,6 +127,14 @@ h6:target::before {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 0px solid;
|
||||
color: transparent;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: var(--border-light);
|
||||
}
|
||||
|
||||
/* This is broken on Safari as of version 14, but is fixed
|
||||
in Safari Technology Preview 117 which I think will be Safari 14.2.
|
||||
https://bugs.webkit.org/show_bug.cgi?id=218076
|
||||
|
||||
Vendored
+1
-3
@@ -19,9 +19,7 @@
|
||||
top: 64px;
|
||||
width: 220px;
|
||||
height: calc(100vh - var(--menu-bar-height) - 0.67em * 4);
|
||||
padding-top: 80px;
|
||||
margin-right: 16px;
|
||||
padding-bottom: 40px;
|
||||
padding: 80px 16px 40px 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.pagetoc > :last-child {
|
||||
|
||||
Reference in New Issue
Block a user