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

Commit 142cd870 authored by Adam Tauber's avatar Adam Tauber
Browse files

[fix] menu style in pointhi oscar theme

parent 97826330
Loading
Loading
Loading
Loading
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+28 −0
Original line number Diff line number Diff line
.menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    border: 0;
    z-index: 1000000000;
    height: 40px;
    line-height: 40px;
    ul {
        padding: 0;
        margin: 0;
        li {
            padding: 0 0.6em;
            margin: 0;
            float: left;
            list-style: none;
        }
    }
}

.menu-right {
    right: 2em;
}

.menu-left {
    left: 2em;
}
+2 −0
Original line number Diff line number Diff line
@@ -15,3 +15,5 @@
@import "cursor.less";

@import "code.less";

@import "navbar.less";