UX: add transparent border for header icon (#20306)

This commit is contained in:
chapoi
2023-02-15 12:55:13 +07:00
committed by GitHub
parent 714e903e81
commit f19044af6a

View File

@@ -137,9 +137,7 @@
padding: 0.2143em;
text-decoration: none;
cursor: pointer;
border-top: 1px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border: 1px solid transparent;
transition: all linear 0.15s;
outline: none;
img.avatar {