Tweak style of progress notification

pull/1405/head
LASER-Yi 3 years ago
parent 8b41616429
commit 38fc3b36fe

@ -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}

@ -13,8 +13,7 @@
padding: 1rem;
.toast {
max-width: 260px;
min-width: 200px;
width: 16rem;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);

Loading…
Cancel
Save