Fix: fix styling of translate button in titles

This commit is contained in:
Pieter Vander Vennet 2023-05-24 00:28:28 +02:00
parent 1a7289f516
commit 0a8164c378
4 changed files with 29 additions and 9 deletions

View file

@ -2281,8 +2281,21 @@ select:hover {
display: none;
}
.no-weblate weblate {
display: none;
.weblate-link {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
flex-shrink: 0;
margin: 0;
padding: 0.25rem;
border: unset;
border-radius: 5rem;
-webkit-backdrop-filter: var(--low-interaction-background);
backdrop-filter: var(--low-interaction-background);
}
.no-weblate .weblate-link {
display: none !important;
}
.link-underline a {