Skip to content

Commit

Permalink
[Glitch] Follow up tweaking of admin UI changes
Browse files Browse the repository at this point in the history
Port 848a5ca to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
vmstan authored and ClearlyClaire committed Jul 29, 2024
1 parent 654187a commit eae81d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion app/javascript/flavours/glitch/styles/admin.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use 'sass:math';

$no-columns-breakpoint: 600px;
$no-columns-breakpoint: 890px;
$sidebar-width: 300px;
$content-width: 840px;

Expand Down
10 changes: 0 additions & 10 deletions app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,6 @@ html {
.directory__tag > div {
background: $white;
border: 1px solid var(--background-border-color);

@media screen and (max-width: $no-gap-breakpoint) {
border-left: 0;
border-right: 0;
border-top: 0;
}
}

.picture-in-picture-placeholder {
Expand All @@ -318,10 +312,6 @@ html {
&:focus {
background: $ui-base-color;
}

@media screen and (max-width: $no-gap-breakpoint) {
border: 0;
}
}

.batch-table {
Expand Down

0 comments on commit eae81d3

Please sign in to comment.