Frontend: Update app menu to fit new NC13 flex layout

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-10-03 18:41:37 +02:00
committed by Julius Härtl
parent c519e1b841
commit 91261f2e4e
3 changed files with 39 additions and 28 deletions

15
css/nc11.scss Normal file
View File

@@ -0,0 +1,15 @@
// maybe keep those just for nc11/12 support?
.app-navigation-entry-utils {
.app-navigation-entry-utils-menu-button {
display: block !important; // TODO: is this needed?
}
.app-navigation-entry-utils-menu-share {
display: flex !important;
padding: 14px;
opacity: 0.5;
}
}
.app-navigation-entry-menu ul {
flex-direction: row;
}

View File

@@ -82,6 +82,21 @@ input.input-inline {
}
#app-navigation {
/** menu */
.board-bullet {
position: absolute;
margin-left: 17px;
margin-top: 16px;
width: 12px;
height: 12px;
border: none;
border-radius: 50%;
cursor: pointer;
}
.app-navigation-entry-utils-menu-share i {
height: 100%;
width: 100%;
}
.app-navigation-entry-edit {
height: auto;
@@ -93,31 +108,6 @@ input.input-inline {
}
}
.board-bullet {
position: absolute;
margin-left: 17px;
margin-top: 16px;
width: 12px;
height: 12px;
border: none;
border-radius: 50%;
cursor: pointer;
}
.app-navigation-entry-utils {
.app-navigation-entry-utils-menu-button {
display: block !important; // TODO: is this needed?
}
.app-navigation-entry-utils-menu-share {
display: flex !important;
padding: 14px;
opacity: 0.5;
}
}
.app-navigation-entry-menu ul {
flex-direction: row;
}
}
/**