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

Commit a6ecdbaf authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

fix news

parent d8be6862
Loading
Loading
Loading
Loading
Loading
+25 −1
Original line number Diff line number Diff line
@@ -80,6 +80,29 @@
    right: 0;
    background-repeat: no-repeat;
}
#app-navigation ul.with-icon.ui-droppable {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: calc(var(--default-grid-baseline)* 2);
    padding-bottom: 0;

}
#app-navigation ul.with-icon.ui-droppable .unread {
    display: inline-flex;
    flex-wrap: wrap;
    order: 1;
    flex-shrink: 0;
    margin: 0;
    margin-bottom: 3px;
    width: 100%;
    border-radius: var(--border-radius-pill);
}

#app-navigation ul.with-icon.ui-droppable .unread > a{
    background-size: 16px 16px;
@@ -89,7 +112,7 @@
    justify-content: space-between;
    line-height: 44px;
    min-height: 44px;
    padding: 0 12px 0 14px;
    padding: 0 12px 0 44px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
@@ -98,6 +121,7 @@
    color: var(--color-main-text);
    flex: 1 1 0px;
    z-index: 100;
    font-weight: bold;
}
#app-navigation ul.with-icon.ui-droppable .app-navigation-entry-utils{
    flex: 0 1 auto;