Fixed account avatar background size on tabs bar for small devices

Introduced when sidebar added.
This commit is contained in:
mgabdev 2019-08-20 15:51:47 -04:00
parent 218c064433
commit a532d5a513
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@
.account__avatar {
width: 30px;
height: 30px;
background-size: 30px 30px;
}
}