style/note header: fix a background issue on code notes

This commit is contained in:
Adorian Doran 2025-12-25 01:50:28 +02:00
parent 67b01ec1d8
commit ecb8bc0158
2 changed files with 1 additions and 4 deletions

View File

@ -1378,10 +1378,6 @@ body.experimental-feature-new-layout #center-pane .note-split > div.alert {
margin-top: 0;
}
body.experimental-feature-new-layout #center-pane .note-split > div.alert + .scrolling-container {
padding-top: 20px;
}
/*
* Promoted attributes
*/

View File

@ -9,6 +9,7 @@
.inline-title {
max-width: var(--max-content-width);
container-type: inline-size;
padding-top: 20px;
padding-inline-start: 24px;
& > .inline-title-row {