Manual stylelint fixes

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-07-31 21:35:58 +02:00
parent d6b03cd69c
commit a5a86c156d
5 changed files with 19 additions and 56 deletions

View File

@@ -291,6 +291,8 @@ export default {
<style lang="scss" scoped>
.controls {
display: flex;
.board-title {
display: flex;
align-items: center;
@@ -318,20 +320,12 @@ export default {
}
#app-navigation-toggle-custom {
position: static;
width: 44px;
height: 44px;
cursor: pointer;
opacity: 1;
display: inline-block !important;
position: fixed;
}
.controls {
display: flex;
}
#app-navigation-toggle-custom {
position: static;
}
.board-actions {