Frontend: Update app menu to fit new NC13 flex layout
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
c519e1b841
commit
91261f2e4e
15
css/nc11.scss
Normal file
15
css/nc11.scss
Normal 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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user