Make it full width too, so it doesn't resize when transitioning past 90

This commit is contained in:
Damien Elmes 2025-06-08 11:43:54 +07:00
parent 59fd5348cb
commit 3238992005

View file

@ -411,5 +411,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
display: flex;
align-content: center;
flex-wrap: wrap;
width: 100%;
}
</style>