Added login warning in home tab if user is not logged in

This commit is contained in:
RemixDev
2020-05-09 14:45:28 +02:00
parent 3c395e95a4
commit 77ea938bfe
7 changed files with 26 additions and 6 deletions

View File

@@ -306,3 +306,7 @@ th.sort-desc:after {
.with_checkbox .checkbox_text::selection {
background: none;
}
.hide {
display: none !important;
}

View File

@@ -16,10 +16,6 @@
align-items: center;
}
#logged_in_info.hide {
display: none;
}
#log_info {
display: flex;
flex-direction: column;