mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-26 18:34:53 -05:00
Fix broken column header layout after heading refactor (#39331)
This commit is contained in:
@@ -4639,14 +4639,15 @@ a.status-card {
|
||||
outline: 0;
|
||||
|
||||
&__title-wrapper {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
&__title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
gap: 5px;
|
||||
flex-grow: 1;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 13px;
|
||||
@@ -4659,6 +4660,10 @@ a.status-card {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
||||
&--with-back-button {
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
&:focus-visible {
|
||||
outline: var(--outline-focus-default);
|
||||
}
|
||||
@@ -4668,10 +4673,6 @@ a.status-card {
|
||||
}
|
||||
}
|
||||
|
||||
.column-header__back-button + &__title {
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
.column-header__back-button {
|
||||
flex: 1;
|
||||
color: var(--color-text-brand);
|
||||
|
||||
Reference in New Issue
Block a user