mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-19 20:37:36 +08:00
Fix style to match unreal sizes
This commit is contained in:
@@ -65,7 +65,8 @@ ueb-blueprint svg {
|
||||
margin-left: auto;
|
||||
padding: 5px;
|
||||
color: #2b2b2b;
|
||||
font-size: 20px;
|
||||
/* 1.53846 is to get an effective font size of 20px from --ueb-font-size which is 13 px */
|
||||
font-size: calc(1.53846 * var(--ueb-font-size));
|
||||
font-weight: bold;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user