Fix bio diff and fullscreen image click to close

This commit is contained in:
Natsumi
2026-01-20 11:46:54 +13:00
parent a07ae7941f
commit cf43938fd3
5 changed files with 29 additions and 15 deletions

View File

@@ -334,6 +334,22 @@ i.x-status-icon.red {
padding-top: 15px;
}
/* Bio diff */
.x-text-removed {
text-decoration: line-through;
color: #ff0000;
background-color: rgba(255, 0, 0, 0.2);
padding: 2px 2px;
border-radius: 4px;
}
.x-text-added {
color: rgb(35, 188, 35);
background-color: rgba(76, 255, 80, 0.2);
padding: 2px 2px;
border-radius: 4px;
}
/*FIXME: this is a nasty temporary hack*/
.force-pointer-on-hover a,
.force-pointer-on-hover button,