Preview improved (#109)

This commit is contained in:
nobody 2020-09-25 18:43:58 +02:00
parent ba3f9ab937
commit 52f0213def
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 5 additions and 1 deletions

View File

@ -226,7 +226,7 @@ body {
#counter-preview-badge {
position: absolute;
top: 0px;
right: 0px;
right: -5px;
color: white;
background: black;
padding: 1px 6px;
@ -240,6 +240,10 @@ body {
margin-right: 5px;
}
#icon-badge-preview {
margin-top: 5px;
}
.colorpicker {
display: flex;
padding-bottom: 5px;