Reduced CW 'hitbox'

This commit is contained in:
Niléane 2024-01-11 23:16:06 +01:00
commit 49bf201e18
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -2458,8 +2458,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link {
background-color: transparent;
width: 100%;
margin: -22px 0 0;
padding: 27px 0 5px;
margin: 0;
padding: 5px 0;
text-align: start;
position: relative;
}

View file

@ -2458,8 +2458,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link {
background-color: transparent;
width: 100%;
margin: -22px 0 0;
padding: 27px 0 5px;
margin: 0;
padding: 5px 0;
text-align: start;
position: relative;
}

View file

@ -2458,8 +2458,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link {
background-color: transparent;
width: 100%;
margin: -22px 0 0;
padding: 27px 0 5px;
margin: 0;
padding: 5px 0;
text-align: start;
position: relative;
}