Moved search preloader back to center in left bar

This commit is contained in:
morethanwords 2021-04-14 12:36:28 +04:00
parent 6ff886d580
commit 5c522c034e

View File

@ -196,6 +196,14 @@
flex: 1 0 auto !important; flex: 1 0 auto !important;
} }
} }
.search-super {
.preloader {
height: 100%;
top: 50%;
transform: translate(-50%, -50%);
}
}
} }
#chatlist-container { #chatlist-container {