This commit is contained in:
parent
c85cffc03e
commit
25ceb46911
2 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
gap: 16px;
|
||||
contain: layout style;
|
||||
}
|
||||
|
||||
.banner {
|
||||
|
|
|
@ -237,7 +237,7 @@ const Profile: Component = () => {
|
|||
}
|
||||
class="Profile"
|
||||
>
|
||||
<div class="details">
|
||||
<div class="details" role="presentation">
|
||||
<Menu
|
||||
id={optMenuId}
|
||||
open={menuOpen()}
|
||||
|
@ -498,7 +498,7 @@ const Profile: Component = () => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="recent-toots">
|
||||
<div class="recent-toots" role="presentation">
|
||||
<div class="toot-list-toolbar">
|
||||
<TootFilterButton
|
||||
options={{
|
||||
|
|
Loading…
Reference in a new issue