Main Menu: Fix "New" badge positioning on mobile

This commit is contained in:
Alexander Zinchuk 2022-06-01 04:03:45 +04:00
parent b3e6256b17
commit ee117d1612

View File

@ -5,6 +5,7 @@
box-shadow: none !important;
outline: none !important;
display: flex;
align-items: center;
padding: 0.75rem 1rem;
position: relative;
overflow: hidden;
@ -99,7 +100,6 @@
}
&.compact {
align-items: center;
font-size: 0.875rem;
margin: 0.125rem 0.25rem;
padding: 0.25rem;