Skip to content

Commit

Permalink
Cleanups for Toot display on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mashedkeyboard committed Nov 11, 2023
1 parent 01e16c2 commit 220c53c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/lib/components/Toot.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
@include light-mode {
color: $primary_dark;
}
margin-right: 1em;
}
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,10 @@
.e-content {
:global(aside) {
float: right;
max-width: 50%;
text-align: right;
@media screen and (min-width: $mobile-break) {
float: right;
text-align: right;
max-width: 50%;
margin-left: 1.5em;
}
Expand Down

0 comments on commit 220c53c

Please sign in to comment.