|
|
|
|
@ -240,10 +240,10 @@ em {
|
|
|
|
|
right: 0;
|
|
|
|
|
z-index: 105;
|
|
|
|
|
ul {
|
|
|
|
|
display: block !important;
|
|
|
|
|
display: flex !important;
|
|
|
|
|
align-items: flex-end;
|
|
|
|
|
}
|
|
|
|
|
li {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 44px !important;
|
|
|
|
|
height: 44px;
|
|
|
|
|
line-height: 44px;
|
|
|
|
|
@ -253,13 +253,11 @@ em {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.app-navigation-entry-utils button {
|
|
|
|
|
height: 38px;
|
|
|
|
|
width: 38px;
|
|
|
|
|
line-height: 38px;
|
|
|
|
|
float: left;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
.app-navigation-entry-utils-menu-button {
|
|
|
|
|
display: none;
|
|
|
|
|
button {
|
|
|
|
|
border: 0;
|
|
|
|
|
opacity: .5;
|
|
|
|
|
@ -555,7 +553,9 @@ em {
|
|
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
|
bottom: 100%;
|
|
|
|
|
right: 6px;
|
|
|
|
|
/* Min-width of popover is 36px and arrow width is 20px
|
|
|
|
|
wich leaves us 8px right and 8px left */
|
|
|
|
|
right: 8px;
|
|
|
|
|
/* change this to adjust the arrow position */
|
|
|
|
|
border: solid transparent;
|
|
|
|
|
content: ' ';
|
|
|
|
|
|