Skip to content

Commit dd2f8d0

Browse files
committed
feat: fix formatting of messages view, still need to fix functionality for mobile
1 parent e562e9d commit dd2f8d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/views/Messages.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ export default {
533533
}
534534
}
535535
536-
.messages {
536+
.messages-grid .messages {
537537
grid-area: details;
538538
539539
.action-bar {
@@ -730,15 +730,14 @@ export default {
730730
@include break-mobile-sm {
731731
background: $base-background-color;
732732
position: absolute;
733-
top: 0;
733+
top: 1rem;
734734
right: 0;
735735
bottom: 0;
736736
left: 0;
737737
margin-top: 1rem;
738738
padding: 0.5rem;
739739
transform: translateX(100%);
740740
transition: all ease-in-out 150ms;
741-
742741
&.is__active {
743742
transform: translateX(0%);
744743
}

0 commit comments

Comments
 (0)