We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e562e9d commit dd2f8d0Copy full SHA for dd2f8d0
src/views/Messages.vue
@@ -533,7 +533,7 @@ export default {
533
}
534
535
536
-.messages {
+.messages-grid .messages {
537
grid-area: details;
538
539
.action-bar {
@@ -730,15 +730,14 @@ export default {
730
@include break-mobile-sm {
731
background: $base-background-color;
732
position: absolute;
733
- top: 0;
+ top: 1rem;
734
right: 0;
735
bottom: 0;
736
left: 0;
737
margin-top: 1rem;
738
padding: 0.5rem;
739
transform: translateX(100%);
740
transition: all ease-in-out 150ms;
741
-
742
&.is__active {
743
transform: translateX(0%);
744
0 commit comments