Skip to content

Commit

Permalink
[maud] Fix legacy-style CSS for recent changes
Browse files Browse the repository at this point in the history
Signed-off-by: lindwurm <lindwurm.q@gmail.com>
  • Loading branch information
lindwurm committed Jul 7, 2023
1 parent 844d887 commit 0ec841b
Showing 1 changed file with 42 additions and 4 deletions.
46 changes: 42 additions & 4 deletions app/javascript/styles/mods/legacy-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,39 @@
padding-left: 2.15em;
padding-bottom: 0;
}
.status {
.status__line {
display: none;
}
.status:not(.status--in-thread) {
padding: 0.5em 0.5em 0.5em 4.75em;
position: relative;
}
.status .status__info, .status__content {
padding-bottom: 0.25em;
}
.status--in-thread{
padding-top: 0.5em;
}
.status--in-thread .status__info {
padding-left: 3.25em;
padding-bottom: 0;
}
.status--in-thread .status__content {
padding-top: 0.25em;
padding-left: 3.25em;
margin-right: 4em;
}
.status--in-thread .status__content {
-webkit-margin-start: 0px;
margin-inline-start: 0px;
width: calc(100% - 3.5em);
}
.status__wrapper-direct .status--in-thread .status__avatar {
padding-top: 2em;
}
.status--in-thread .status__action-bar {
margin-left: 3.5em;
}
.status-reply {
padding-top: 0.25em;
}
Expand All @@ -31,6 +60,18 @@
.status .display-name:not(.detailed-status__display-name) {
display: flex;
}
.detailed-status {
padding-top: 0.25em;
padding-left: 0.75em;
padding-bottom: 0.5em;
}
.detailed-status .status__prepend {
margin-left: 1.75em;
margin-bottom: 0.5em;
}
.detailed-status__display-name {
margin-bottom: 0.5em;
}
.detailed-status .status-card {
padding: 0.25em;
}
Expand All @@ -56,9 +97,6 @@
.muted {
padding-top: 0.5em;
}
.detailed-status__display-name {
margin-bottom: 0.5em;
}
.mods__announcements__item {
margin: 10px;
}
Expand Down

0 comments on commit 0ec841b

Please # to comment.