Skip to content

Commit

Permalink
Fix missing border on error screen in light theme in web UI (mastodon…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Jul 24, 2023
1 parent 9a567ec commit d1a9f60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/javascript/styles/mastodon-light/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@ html {
.column > .scrollable,
.getting-started,
.column-inline-form,
.error-column,
.regeneration-indicator {
background: $white;
border: 1px solid lighten($ui-base-color, 8%);
border-top: 0;
}

.error-column {
border: 1px solid lighten($ui-base-color, 8%);
}

.column > .scrollable.about {
border-top: 1px solid lighten($ui-base-color, 8%);
}
Expand Down

0 comments on commit d1a9f60

Please sign in to comment.