Fix main header css selector and set default icon size to 16px
This commit is contained in:
parent
3f3bec85fc
commit
b136bdc64e
@ -61,7 +61,7 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
body > header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -623,7 +623,7 @@ button, .button {
|
|||||||
// ---
|
// ---
|
||||||
.feather {
|
.feather {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
--icon-size: 24px;
|
--icon-size: 16px;
|
||||||
width: var(--icon-size);
|
width: var(--icon-size);
|
||||||
height: var(--icon-size);
|
height: var(--icon-size);
|
||||||
stroke: currentColor;
|
stroke: currentColor;
|
||||||
|
Loading…
Reference in New Issue
Block a user