2
0

Move language and visibility buttons above CW field (#35824)

This commit is contained in:
Echo
2025-08-19 17:29:10 +02:00
committed by GitHub
parent 831a24ae15
commit f16f8b51b8
2 changed files with 7 additions and 14 deletions

View File

@@ -656,19 +656,12 @@ body > [data-popper-placement] {
background: url('@/images/warning-stripes.svg') repeat-y;
width: 5px;
flex: 0 0 auto;
&:first-child {
border-start-start-radius: 4px;
}
&:last-child {
border-start-end-radius: 4px;
}
}
.autosuggest-input {
flex: 1 1 auto;
border-bottom: 1px solid var(--background-border-color);
border: 1px solid var(--background-border-color);
border-width: 1px 0;
}
}