Merge branch 'tabs-bar-fix' into 'develop'
TabsBar: properly center icon links See merge request soapbox-pub/soapbox-fe!803
This commit is contained in:
commit
3ab71d41b5
1 changed files with 1 additions and 2 deletions
|
@ -174,7 +174,6 @@
|
|||
text-decoration: none;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
padding-right: 4px;
|
||||
font-weight: bold;
|
||||
transition: 0.1s;
|
||||
outline: none;
|
||||
|
@ -234,7 +233,7 @@
|
|||
border-radius: 999px;
|
||||
z-index: -1;
|
||||
width: calc(100% + 12px);
|
||||
margin-left: -9px;
|
||||
margin-left: -6px;
|
||||
|
||||
@media screen and (max-width: 895px) {
|
||||
height: 0;
|
||||
|
|
Loading…
Reference in a new issue