Fix h-alignment of the room header, timeline and composer avatars

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-07-13 21:15:58 +01:00
parent 57f75736be
commit 88a653445f
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ limitations under the License.
display: flex;
align-items: center;
min-width: 0;
padding: 0 10px 0 16px;
padding: 0 10px 0 18px;
}
.mx_RoomHeader_spinner {