Skip to content

Commit

Permalink
Tweak style of progress notification
Browse files Browse the repository at this point in the history
  • Loading branch information
LASER-Yi committed May 9, 2021
1 parent 8b41616 commit 38fc3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App/notifications/index.tsx
Expand Up @@ -99,7 +99,7 @@ const ProgressToast: FunctionComponent<ProgressHolderProps> = ({
<span className="mr-auto">Background Task</span>
</Toast.Header>
<Toast.Body>
<div className="mb-2 mt-1 text-nowrap text-truncate">
<div className="mb-2 mt-1">
<FontAwesomeIcon
className="mr-2"
icon={faPaperPlane}
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/App/notifications/style.scss
Expand Up @@ -13,8 +13,7 @@
padding: 1rem;

.toast {
max-width: 260px;
min-width: 200px;
width: 16rem;

backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
Expand Down

0 comments on commit 38fc3b3

Please sign in to comment.