GH-3768 - Search icon fix (#3778)

This commit is contained in:
Asaad Mahmood 2022-09-05 12:23:01 +05:00 committed by GitHub
parent af2727085d
commit f9e6eb2791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View file

@ -132,10 +132,11 @@
position: absolute;
left: 13px;
font-size: 18px;
top: 13px;
width: 20px;
height: 20px;
height: 100%;
opacity: 0.48;
display: flex;
align-items: center;
}
.searchQuery {

View file

@ -5,6 +5,7 @@
.dialog {
.toolbar {
flex-direction: row-reverse;
padding: 0;
}
}
@ -118,10 +119,11 @@
position: absolute;
left: 13px;
font-size: 18px;
top: 14px;
width: 20px;
height: 20px;
height: 100%;
opacity: 0.48;
display: flex;
align-items: center;
}
.searchQuery {

View file

@ -72,8 +72,10 @@
.board-search-icon {
position: absolute;
top: 9px;
left: 10px;
color: rgba(var(--center-channel-color-rgb), 0.64);
display: flex;
align-items: center;
height: 100%;
}
}