Fix shrinking details width bug

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-05-04 20:01:25 +05:00
parent 11357d4fee
commit 39bc536d38
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1

View file

@ -121,6 +121,7 @@ p, button {
.details { .details {
display: none; display: none;
opacity: 0; opacity: 0;
width: 100%;
} }
.details-content { .details-content {