Fix style rulebreaks

This commit is contained in:
József Farkas
2016-06-12 16:51:02 +02:00
parent 9d306111bf
commit 317eb668ab
9 changed files with 30 additions and 26 deletions

View File

@@ -16,7 +16,7 @@
} }
.popover-title.menu-tabs { .popover-title.menu-tabs {
padding: .5rem .5rem 0; padding: 0.5rem 0.5rem 0;
display: block; display: block;
} }
@@ -29,8 +29,8 @@
padding: 10px 24px; padding: 10px 24px;
} }
mouse-tab.popover-content{ mouse-tab.popover-content {
padding: 10px; padding: 10px;
display: flex; display: flex;
align-items: center; align-items: center;
} }

View File

@@ -22,4 +22,4 @@
max-width: 100%; max-width: 100%;
} }
} }
} }

View File

@@ -1,17 +1,21 @@
:host { :host {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.long-press-container { .long-press-container {
display: flex; display: flex;
margin-top: 3rem; margin-top: 3rem;
b { b {
margin-right: 0.6em; margin-right: 0.6em;
} }
.secondary-role { .secondary-role {
width: 135px; width: 135px;
} }
icon { icon {
margin-left: 0.6em; margin-left: 0.6em;
} }
} }
} }

View File

@@ -4,4 +4,4 @@
span { span {
margin: 0 5px; margin: 0 5px;
} }
} }

View File

@@ -1,14 +1,13 @@
:host { :host {
display: flex; display: flex;
flex-shrink: 0; flex-shrink: 0;
icon { icon {
margin: 0 5px; margin: 0 5px;
} }
div { div {
display: flex; display: flex;
flex: 1; flex: 1;
} }
}
}

View File

@@ -1,28 +1,29 @@
:host { :host {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.macro-selector { .macro-selector {
display: flex; display: flex;
margin-top: 2px; margin-top: 2px;
b { b {
margin-right: 7px; margin-right: 7px;
} }
select { select {
flex: 1; flex: 1;
} }
} }
.macro-action-container { .macro-action-container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
min-height: 200px; min-height: 200px;
max-height: 300px; max-height: 300px;
margin: 20px 0px; margin: 20px 0;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
macro-item { macro-item {
border: 1px solid #ddd; border: 1px solid #ddd;
padding: 10px; padding: 10px;
@@ -40,4 +41,4 @@
margin-bottom: 0; margin-bottom: 0;
} }
} }
} }

View File

@@ -2,7 +2,7 @@
display: flex; display: flex;
.mouse-action { .mouse-action {
ul{ ul {
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
li { li {
a { a {

View File

@@ -1,4 +1,4 @@
:host { :host {
display: flex; display: flex;
align-items: center; align-items: center;
} }

View File

@@ -2,13 +2,13 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: hidden; overflow: hidden;
}
:host > div:first-child { > div:first-child {
display: flex; display: flex;
flex: 1; flex: 1;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
}
} }
button { button {
@@ -53,6 +53,6 @@ button {
} }
[hidden] { [hidden] {
display: none display: none;
} }