Refactor group display in home template to use articles for better structure and styling
This commit is contained in:
parent
6ada3290c8
commit
43ba52f31e
2 changed files with 26 additions and 12 deletions
|
@ -19,3 +19,15 @@ i.owner {
|
|||
.template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.group {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.group-owner, .group i {
|
||||
margin-left: .5rem;
|
||||
}
|
||||
|
||||
.group-owner {
|
||||
color: var(--pico-color-zinc-500);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue