mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-10 23:33:07 +00:00
joo can now delete mood updats
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
0ecc741a98
commit
8e3ae72ae7
9 changed files with 78 additions and 13 deletions
|
@ -209,11 +209,32 @@ tr:hover td {
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.feed-update div:last-child {
|
||||
text-align: right;
|
||||
.feed-update-footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.feed-update-date {
|
||||
color: #3f3f38;
|
||||
font-style: italic;
|
||||
}
|
||||
.feed-update-actions form {
|
||||
display: inline;
|
||||
}
|
||||
.feed-update-actions form:first-child button {
|
||||
color: #c51e48;
|
||||
}
|
||||
|
||||
.button-link {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
}
|
||||
.button-link:hover, .button-link:focus, .button-link:focus-visible {
|
||||
outline: 0;
|
||||
border: 0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Gohufont 14";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue