style(next): icon buttons: properly align the buttons in the right panes' header

This commit is contained in:
Adorian Doran 2025-01-31 00:01:41 +02:00
parent f59515fe36
commit e425f64616

View File

@ -905,6 +905,10 @@ body.mobile .note-title {
background: var(--main-background-color);
}
#right-pane .card-header-buttons {
align-items: center;
}
#right-pane .toc li,
#right-pane .highlights-list li {
padding: 2px 8px;