Fix translate button width in Safari (#36164)

This commit is contained in:
diondiondion 2025-09-18 12:16:22 +02:00 committed by GitHub
parent bb3f9ed13b
commit c368a16dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1413,13 +1413,14 @@
.status__content__translate-button {
display: flex;
align-items: center;
width: min-content;
font-size: 15px;
line-height: 22px;
color: $highlight-text-color;
border: 0;
background: transparent;
padding: 0;
padding-top: 16px;
margin-top: 16px;
text-decoration: none;
&:hover,