Added login warning in home tab if user is not logged in
This commit is contained in:
@@ -306,3 +306,7 @@ th.sort-desc:after {
|
||||
.with_checkbox .checkbox_text::selection {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#logged_in_info.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#log_info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user