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;
|
height: 44px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
|
||||||
|
|
||||||
#board-header > * {
|
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -170,6 +167,7 @@ button:hover {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#board-header-controls .board-action-button,
|
#board-header-controls .board-action-button,
|
||||||
@@ -330,8 +328,8 @@ button:hover {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.space {
|
.app-popover-menu-utils {
|
||||||
width: 100%;
|
margin-left: auto;
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
<h1 class="title" style="border-bottom: 2px solid #{{boardservice.getCurrent().color }};">
|
<h1 class="title" style="border-bottom: 2px solid #{{boardservice.getCurrent().color }};">
|
||||||
{{ boardservice.getCurrent().title }}
|
{{ boardservice.getCurrent().title }}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="space"></div>
|
|
||||||
<div id="board-header-controls">
|
<div id="board-header-controls">
|
||||||
<div id="stack-add" ng-if="boardservice.canEdit() && checkCanEdit()">
|
<div id="stack-add" ng-if="boardservice.canEdit() && checkCanEdit()">
|
||||||
<form class="ng-pristine ng-valid" ng-submit="createStack()">
|
<form class="ng-pristine ng-valid" ng-submit="createStack()">
|
||||||
|
|||||||
Reference in New Issue
Block a user