enhance: improve alert for "a new version has been downloaded"

This commit is contained in:
Devon Zuegel
2021-11-25 15:36:27 -05:00
committed by Tienson Qin
parent 295c6d7b91
commit 196c402780
3 changed files with 13 additions and 13 deletions

View File

@@ -52,28 +52,27 @@
&-tips {
position: absolute;
padding: 6px 0;
text-align: center;
min-width: var(--ls-main-content-max-width);
width: 100%;
padding: 0 0;
transform: translateY(100%);
display: flex;
justify-content: center;
font-weight: 500;
align-items: center;
background-color: var(--ls-secondary-background-color);
box-sizing: border-box;
margin: 0;
background: rgba(219, 234, 254);
margin-top: -16px;
left: 0;
top: -2px;
color: var(--ls-secondary-text-color);
z-index: 1000;
> p {
color: #433f38;
margin: 0;
display: flex;
display: inline-flex;
align-items: center;
font-size: 14px;
}
a {
color: var(--ls-link-text-color) !important;
color: #106ba3 !important;
}
a.restart {
@@ -84,6 +83,7 @@
svg {
color: currentColor !important;
margin-right: 2px;
}
> strong {