some styles fixes
This commit is contained in:
parent
cc02672e14
commit
59a05081c5
4 changed files with 14 additions and 13 deletions
|
@ -95,7 +95,7 @@ input, textarea, .select {
|
|||
color: var(--lightFg, $fallback--lightFg);
|
||||
font-family: sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 8px 7px 4px;
|
||||
padding: 8px 7px;
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
@ -183,8 +183,8 @@ i[class*=icon-] {
|
|||
|
||||
.item {
|
||||
flex: 1;
|
||||
line-height: 25px;
|
||||
height: 25px;
|
||||
line-height: 50px;
|
||||
height: 50px;
|
||||
overflow: hidden;
|
||||
|
||||
.nav-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue