make app relaunch info alert sticky

This commit is contained in:
Rajeev Karamcheti 2020-11-29 15:38:50 +05:30
parent b25f24f5fe
commit 25e74f0d38

View File

@ -152,6 +152,8 @@ s {
color: var(--theme--line_blue-text);
background: var(--theme--line_blue);
border-color: var(--theme--select_blue);
position: absolute;
z-index: 82;
}
#alerts .success::before {
content: '✓';