Fixes #41: Alignment fixes in bottom bar

This commit is contained in:
agriyadev5
2021-01-07 21:40:04 +05:30
parent 8d97f7e578
commit 3a085e7b4d
4 changed files with 13 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ template.innerHTML = `
}
</style>
<div title="Click to change fill color, shift-click to change stroke color">
<elix-centered-strip style="width:300px">
<elix-centered-strip style="width:300px;padding:5px;background: #fff; border-radius: 5px;">
</elix-centered-strip>
</div>
`;