Fix: fix styling of translate button in titles
This commit is contained in:
parent
1a7289f516
commit
0a8164c378
4 changed files with 29 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue