Skip to content

Commit

Permalink
feat: fix formatting of messages view, still need to fix functionalit…
Browse files Browse the repository at this point in the history
…y for mobile
  • Loading branch information
akinsey committed Jan 3, 2022
1 parent e562e9d commit dd2f8d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/views/Messages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ export default {
}
}
.messages {
.messages-grid .messages {
grid-area: details;
.action-bar {
Expand Down Expand Up @@ -730,15 +730,14 @@ export default {
@include break-mobile-sm {
background: $base-background-color;
position: absolute;
top: 0;
top: 1rem;
right: 0;
bottom: 0;
left: 0;
margin-top: 1rem;
padding: 0.5rem;
transform: translateX(100%);
transition: all ease-in-out 150ms;
&.is__active {
transform: translateX(0%);
}
Expand Down

0 comments on commit dd2f8d0

Please sign in to comment.