fixed pixelipo comments

This commit is contained in:
Artem Anufrij
2017-05-22 17:17:17 +02:00
committed by Julius Härtl
parent c6ebfdc11f
commit 0b12271ee3
2 changed files with 3 additions and 6 deletions

View File

@@ -128,9 +128,6 @@ button:hover {
height: 44px;
display: flex;
align-items: center;
}
#board-header > * {
font-size: 14pt;
}
@@ -170,6 +167,7 @@ button:hover {
display: flex;
align-items: center;
position: relative;
margin-left: auto;
}
#board-header-controls .board-action-button,
@@ -330,8 +328,8 @@ button:hover {
opacity: 1;
}
.space {
width: 100%;
.app-popover-menu-utils {
margin-left: auto;
min-height: 16px;
}

View File

@@ -13,7 +13,6 @@
<h1 class="title" style="border-bottom: 2px solid #{{boardservice.getCurrent().color }};">
{{ boardservice.getCurrent().title }}
</h1>
<div class="space"></div>
<div id="board-header-controls">
<div id="stack-add" ng-if="boardservice.canEdit() && checkCanEdit()">
<form class="ng-pristine ng-valid" ng-submit="createStack()">