Style: better styling of translate buttons, hide translate buttons where not applicable
This commit is contained in:
parent
f0f0292d0c
commit
08a604c3f5
10 changed files with 22 additions and 16 deletions
|
@ -2150,7 +2150,7 @@ label.checked {
|
|||
border: 2px solid var(--foreground-color);
|
||||
}
|
||||
|
||||
.links-w-full a {
|
||||
.links-w-full a:not(.weblate-link) {
|
||||
display: flex;
|
||||
-webkit-column-gap: 0.25rem;
|
||||
column-gap: 0.25rem;
|
||||
|
@ -2286,12 +2286,12 @@ select:hover {
|
|||
}
|
||||
|
||||
.weblate-link {
|
||||
width: -webkit-fit-content;
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
display: inline-block;
|
||||
flex-shrink: 0;
|
||||
margin: 0;
|
||||
padding: 0.25rem;
|
||||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
border: unset;
|
||||
border-radius: 5rem;
|
||||
-webkit-backdrop-filter: var(--low-interaction-background);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue