[bugfix] resize three dot menu next to user

This commit is contained in:
Zoë Bijl
2025-10-14 13:29:22 +02:00
parent 82a4b2b8d9
commit 3fd37bbfa5
@@ -148,6 +148,15 @@
overflow: hidden;
}
.navigation-bar .compose__action-bar button {
display: flex;
padding: 6px;
svg.gts-icon {
--size: 20px;
}
}
.drawer--results {
overflow-x: hidden;
overflow-y: scroll;