mirror of https://github.com/morpheus65535/bazarr
Tweak style of progress notification
This commit is contained in:
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…
Reference in New Issue