1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-12 22:08:48 +00:00

fix width of open bracket on chrome

This commit is contained in:
Denis Ergin 2024-09-20 11:16:33 +02:00
parent cc8682003e
commit 2c101ad768

View file

@ -43,5 +43,9 @@ const t = useTranslations();
&.close { &.close {
transform: rotate(180deg); transform: rotate(180deg);
} }
&.open {
width: auto;
}
} }
</style> </style>