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;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
@ -623,7 +623,7 @@ button, .button {
|
||||
// ---
|
||||
.feather {
|
||||
flex-shrink: 0;
|
||||
--icon-size: 24px;
|
||||
--icon-size: 16px;
|
||||
width: var(--icon-size);
|
||||
height: var(--icon-size);
|
||||
stroke: currentColor;
|
||||
|
Loading…
Reference in New Issue
Block a user