1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Fix search bar position when using sr-only (#2355)

This commit is contained in:
Oscar Hinton
2022-02-11 15:22:38 +01:00
committed by GitHub
parent 7d07cf57b6
commit 4d776961b9

View File

@@ -271,7 +271,8 @@ header {
}
}
.left + .search {
.left + .search,
.left + .sr-only + .search {
padding-left: 0;
.bwi {