fixed pixelipo comments
This commit is contained in:
committed by
Julius Härtl
parent
c6ebfdc11f
commit
0b12271ee3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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()">
|
||||
|
||||
Reference in New Issue
Block a user