diff --git a/Iceshrimp.Backend/wwwroot/css/default.css b/Iceshrimp.Backend/wwwroot/css/default.css index 3848bc7b..16e2130f 100644 --- a/Iceshrimp.Backend/wwwroot/css/default.css +++ b/Iceshrimp.Backend/wwwroot/css/default.css @@ -757,6 +757,10 @@ details > :last-child { margin-bottom: 0; } +details summary { + width: 100%; +} + details[open] summary { margin-bottom: 10px; }