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 {
padding: .5rem .5rem 0;
padding: 0.5rem 0.5rem 0;
display: block;
}
@@ -29,8 +29,8 @@
padding: 10px 24px;
}
mouse-tab.popover-content{
mouse-tab.popover-content {
padding: 10px;
display: flex;
align-items: center;
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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