2025-12-13 11:46:42 +02:00
|
|
|
body.experimental-feature-new-layout {
|
|
|
|
|
.component.title-actions {
|
|
|
|
|
contain: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title-actions {
|
2025-12-23 19:49:21 +02:00
|
|
|
display: flex;
|
2025-12-28 10:12:01 +02:00
|
|
|
max-width: var(--max-content-width);
|
2025-12-23 19:49:21 +02:00
|
|
|
flex-direction: column;
|
2025-12-23 23:02:26 +02:00
|
|
|
gap: 0.5em;
|
2025-12-23 19:49:21 +02:00
|
|
|
|
2025-12-28 10:18:50 +02:00
|
|
|
body.prefers-centered-content & {
|
|
|
|
|
margin-inline: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-23 19:49:21 +02:00
|
|
|
&:not(:empty) {
|
2025-12-14 21:38:02 +02:00
|
|
|
padding: 0.75em 15px;
|
|
|
|
|
}
|
2025-12-23 19:23:32 +02:00
|
|
|
|
2025-12-23 19:49:21 +02:00
|
|
|
.edited-notes {
|
|
|
|
|
.collapsible-inner-body {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
gap: 0.3em;
|
2025-12-23 19:23:32 +02:00
|
|
|
|
2025-12-23 19:49:21 +02:00
|
|
|
.badge {
|
|
|
|
|
margin: 0;
|
2025-12-23 20:33:46 +02:00
|
|
|
color: inherit;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
transition: background-color 250ms ease-in, color 250ms ease-in;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: var(--link-hover-background);
|
|
|
|
|
color: var(--link-hover-color);
|
2025-12-23 19:49:21 +02:00
|
|
|
}
|
2025-12-23 19:23:32 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-12-23 23:02:26 +02:00
|
|
|
|
|
|
|
|
.promoted-attributes-widget {
|
|
|
|
|
.promoted-attributes-container {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-12-23 19:23:32 +02:00
|
|
|
}
|
2025-12-13 11:46:42 +02:00
|
|
|
}
|