Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 041aa978 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

margin top fix

parent 34a95f26
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -135,7 +135,11 @@
#app-navigation ul.with-icon.ui-droppable .app-navigation-entry-utils {
    flex: 0 1 auto;
}

#app-navigation ul.with-icon.ui-droppable .app-navigation-entry-utils ul {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}
#app-navigation ul.with-icon.ui-droppable .app-navigation-entry-utils ul li.app-navigation-entry-utils-counter {
    overflow: hidden;
    text-align: right;
@@ -152,4 +156,5 @@
    height: 44px;
    position: relative;
    background-position: center;
    margin-top: 0px;
}