Add clear cache btn in loading screen

This commit is contained in:
Ajay Bura
2022-09-17 15:48:45 +05:30
parent 4848bef0dd
commit c1be57b205
6 changed files with 45 additions and 37 deletions

View File

@@ -45,12 +45,12 @@
position: absolute;
bottom: var(--sp-normal);
}
.loading__logout {
.loading__menu {
position: absolute;
bottom: var(--sp-extra-tight);
top: var(--sp-extra-tight);
right: var(--sp-extra-tight);
cursor: pointer;
.text {
color: var(--tc-link);
.context-menu__item .text {
margin: 0 !important;
}
}