mirror of
https://github.com/owncast/owncast.git
synced 2024-11-29 19:49:31 +03:00
Fix action button icon sizing. Closes #2137
This commit is contained in:
parent
a40d34e121
commit
7ba2730736
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-family: var(--theme-text-display-font-family);
|
font-family: var(--theme-text-display-font-family);
|
||||||
.icon {
|
.icon {
|
||||||
width: 20px;
|
height: 90%;
|
||||||
margin-right: 3px;
|
margin-right: 5px;
|
||||||
|
margin-bottom: 1%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue