2
0
Fork 0

revert previous commit and fix z-index on attachment buttons

This commit is contained in:
notfire 2025-01-22 10:07:59 -05:00
commit 8454787886
No known key found for this signature in database
GPG key ID: 3AFDACAAB4E56B16
2 changed files with 1 additions and 3 deletions

View file

@ -138,7 +138,7 @@
top: 0;
margin-top: 0.5em;
margin-right: 0.5em;
z-index: 1;
z-index: 0;
.attachment-button {
padding: 0;

View file

@ -115,8 +115,6 @@ const api = {
({ detail: message }) => {
const replyVisibility = rootState.config.replyVisibility;
if (!message) return; // pings
// check deletes to avoid an error in console
if ((message.event !== "delete") && (message.status.user.id === store.rootState.users.currentUser.id)) return;
if (message.event === "notification") {
dispatch("addNewNotifications", {
notifications: [message.notification],