Merge branch 'tabs-bar-fix' into 'develop'

TabsBar: properly center icon links

See merge request soapbox-pub/soapbox-fe!803
merge-requests/804/merge
Alex Gleason 3 years ago
commit 3ab71d41b5

@ -174,7 +174,6 @@
text-decoration: none; text-decoration: none;
position: relative; position: relative;
align-items: center; align-items: center;
padding-right: 4px;
font-weight: bold; font-weight: bold;
transition: 0.1s; transition: 0.1s;
outline: none; outline: none;
@ -234,7 +233,7 @@
border-radius: 999px; border-radius: 999px;
z-index: -1; z-index: -1;
width: calc(100% + 12px); width: calc(100% + 12px);
margin-left: -9px; margin-left: -6px;
@media screen and (max-width: 895px) { @media screen and (max-width: 895px) {
height: 0; height: 0;

Loading…
Cancel
Save