Prettified Code!

This commit is contained in:
gingervitis
2021-02-15 06:24:09 +00:00
committed by GitHub Action
parent 8d5411a0d6
commit 1b116d2252
5 changed files with 41 additions and 68 deletions

View File

@@ -8,7 +8,7 @@
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding: .25em;
padding: 0.25em;
line-height: normal;
.option-icon {
@@ -33,7 +33,7 @@
justify-content: flex-start;
color: var(--white-75);
.option-icon {
.option-icon {
height: 2em;
width: 2em;
line-height: normal;
@@ -43,7 +43,7 @@
flex-direction: column;
margin: 0 0 0 1em;
line-height: 2;
font-size: .85em;
font-size: 0.85em;
}
}
.actions {
@@ -54,4 +54,4 @@
width: 6em;
}
}
}
}