forked from MapComplete/MapComplete
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
15
index.css
15
index.css
|
@ -461,9 +461,20 @@ select:hover {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.no-weblate weblate {
|
||||
display: none;
|
||||
.weblate-link {
|
||||
width: fit-content;
|
||||
flex-shrink: 0;
|
||||
margin: 0;
|
||||
padding: 0.25rem;
|
||||
border: unset;
|
||||
border-radius: 5rem;
|
||||
backdrop-filter: var(--low-interaction-background);
|
||||
}
|
||||
|
||||
.no-weblate .weblate-link {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.link-underline a {
|
||||
text-decoration: underline 1px var(--foreground-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue