mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance: improve alert for "a new version has been downloaded"
This commit is contained in:
committed by
Tienson Qin
parent
295c6d7b91
commit
196c402780
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user