mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-27 01:57:33 +00:00
Tweak style of progress notification
This commit is contained in:
parent
8b41616429
commit
38fc3b36fe
2 changed files with 2 additions and 3 deletions
|
@ -99,7 +99,7 @@ const ProgressToast: FunctionComponent<ProgressHolderProps> = ({
|
||||||
<span className="mr-auto">Background Task</span>
|
<span className="mr-auto">Background Task</span>
|
||||||
</Toast.Header>
|
</Toast.Header>
|
||||||
<Toast.Body>
|
<Toast.Body>
|
||||||
<div className="mb-2 mt-1 text-nowrap text-truncate">
|
<div className="mb-2 mt-1">
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon
|
||||||
className="mr-2"
|
className="mr-2"
|
||||||
icon={faPaperPlane}
|
icon={faPaperPlane}
|
||||||
|
|
|
@ -13,8 +13,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
||||||
.toast {
|
.toast {
|
||||||
max-width: 260px;
|
width: 16rem;
|
||||||
min-width: 200px;
|
|
||||||
|
|
||||||
backdrop-filter: blur(6px);
|
backdrop-filter: blur(6px);
|
||||||
-webkit-backdrop-filter: blur(6px);
|
-webkit-backdrop-filter: blur(6px);
|
||||||
|
|
Loading…
Reference in a new issue