Skip to content

Commit

Permalink
[Glitch] Change eslint config to autofix missing comma and indentat…
Browse files Browse the repository at this point in the history
…ion in JS files

Partial port of 774e118 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
renchap authored and ClearlyClaire committed Dec 3, 2023
1 parent ea00410 commit 9ac73a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/flavours/glitch/actions/alerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ export const showAlertForError = (error, skipNotFound = false) => {
title: messages.unexpectedTitle,
message: messages.unexpectedMessage,
});
}
};
3 changes: 2 additions & 1 deletion app/javascript/flavours/glitch/styles/components/misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,8 @@ noscript {
backdrop-filter: blur(8px);
border: 1px solid rgba(lighten($classic-base-color, 4%), 0.85);
border-radius: 8px;
box-shadow: 0 10px 15px -3px rgba($base-shadow-color, 0.25),
box-shadow:
0 10px 15px -3px rgba($base-shadow-color, 0.25),
0 4px 6px -4px rgba($base-shadow-color, 0.25);
cursor: default;
font-size: 15px;
Expand Down

0 comments on commit 9ac73a1

Please sign in to comment.