fix event icon sizes and text alignment

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2020-08-21 16:19:38 +02:00
parent 4c2649c1e0
commit 8860ab6c5d
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
2 changed files with 10 additions and 7 deletions

View File

@ -84,10 +84,7 @@ export default {
}
.isComplex {
img {
vertical-align: top;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
vertical-align: text-top;
}
span {
padding-top: 2px;
@ -131,6 +128,11 @@ export default {
font-weight: 900;
}
.option__icon {
width: 16px;
height: 16px;
}
.eventlist img,
.eventlist .text {
vertical-align: middle;

View File

@ -232,21 +232,22 @@ export default {
.trigger p, .action p {
min-height: 34px;
display: flex;
align-items: center;
& > span {
min-width: 50px;
text-align: right;
color: var(--color-text-maxcontrast);
padding-right: 10px;
padding-top: 7px;
margin-bottom: auto;
padding-top: 6px;
}
.multiselect {
flex-grow: 1;
max-width: 300px;
}
}
.trigger p:first-child span {
padding-top: 3px;
}
.check--add {
background-position: 7px center;