chore(right_pane): improve style slightly

This commit is contained in:
Elian Doran 2025-12-18 14:10:16 +02:00
parent 28d9d98964
commit fc3692333a
No known key found for this signature in database

View File

@ -1,3 +1,17 @@
body.experimental-feature-new-layout #right-pane {
width: 300px;
.card {
margin-inline: 0;
border-bottom: 1px solid var(--main-border-color);
border-radius: 0;
.card-header-title {
padding-inline: 0.5em;
}
&:last-of-type {
border-bottom: 0;
}
}
}