TabsBar: properly center icon links

merge-requests/803/head
Alex Gleason 2021-10-19 17:05:04 -05:00
rodzic 4fd9c90e69
commit a4ad30e8aa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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;