Website optimizations
Usage of better logos, sticky search for snippet pages, minor fixes for the rest of the website.
This commit is contained in:
@ -781,3 +781,11 @@ label.button.drawer-toggle {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
nav .input-group.vertical {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
background: #f8f8f8;
|
||||
border-bottom: 0.0625rem solid var(--nv-br-col);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user