feat: Mostly working user view with elementary html.
This commit is contained in:
@@ -464,3 +464,15 @@ button.edit {
|
||||
.htmx-request.htmx-indicator {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.btn-detail {
|
||||
border: none;
|
||||
color: grey;
|
||||
text-decoration: .none;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.btn-detail:hover {
|
||||
background-color: #444;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user