diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss index b441b2e1e..b4f8dbbcb 100644 --- a/app/javascript/flavours/glitch/styles/components/drawer.scss +++ b/app/javascript/flavours/glitch/styles/components/drawer.scss @@ -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;