REVERT: "UX: fix overlap obstructed anon topic reply (#24921)" (#24925)

This reverts commit 368f4ef24d.
This commit is contained in:
Mark VanLandingham 2023-12-15 15:08:34 -06:00 committed by GitHub
parent 7a7c53894d
commit fe06a76cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -1500,10 +1500,8 @@ span.mention {
}
#topic-footer-buttons {
position: relative;
margin: var(--below-topic-margin) 0;
padding: 0;
z-index: z("base"); // places above proceeding relative parent
.topic-footer-main-buttons {
display: flex;

View File

@ -53,10 +53,6 @@
}
}
}
&-title {
display: inline-block;
}
}
// Target the .badge-category text, the bullet icon needs to maintain `display: block`