mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
fix: add 44px top padding to sticky version header on changelog (#10715)
This commit is contained in:
parent
783121c06e
commit
7e34d27b77
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@
|
|||
top: 80px;
|
||||
align-self: start;
|
||||
background: var(--color-background);
|
||||
padding: 8px 0;
|
||||
padding: 44px 0 8px;
|
||||
|
||||
@media (max-width: 50rem) {
|
||||
position: static;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue