Skip to content

Commit c33778e

Browse files
committed
Reset the slideout title margin and use the overlay surface
1 parent 37f196f commit c33778e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

resources/js/common/layouts/screens/SlideoutScreen.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
.slideout-screen__title {
238238
font-size: 1.125rem;
239239
font-weight: 600;
240+
margin: 0;
240241
margin-inline-end: auto;
241242
}
242243
@@ -262,6 +263,7 @@
262263
min-height: 0;
263264
overflow-y: auto;
264265
padding: var(--c-spacing-md, 1rem);
266+
background-color: var(--c-surface-overlay);
265267
266268
@container slideout (width >= 44rem) {
267269
flex-direction: row;

0 commit comments

Comments
 (0)