attr detail small visual tweaks

This commit is contained in:
zadam 2020-08-19 18:05:07 +02:00
parent 3c224e80ee
commit 5c55278c59

View file

@ -46,6 +46,8 @@ const TPL = `
.close-attr-detail-button { .close-attr-detail-button {
font-size: x-large; font-size: x-large;
cursor: pointer; cursor: pointer;
position: relative;
top: -2px;
} }
.attr-save-delete-button-container { .attr-save-delete-button-container {
@ -58,7 +60,7 @@ const TPL = `
} }
</style> </style>
<div style="display: flex; justify-content: space-between;"> <div style="display: flex; justify-content: space-between; margin-bottom: 8px;">
<h5 class="attr-detail-title"></h5> <h5 class="attr-detail-title"></h5>
<span class="bx bx-x close-attr-detail-button"></span> <span class="bx bx-x close-attr-detail-button"></span>