Better wi cards (#1200)
This commit is contained in:
parent
a8fb2d9bee
commit
cc9f452699
|
@ -160,3 +160,11 @@
|
|||
#world_info_search {
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
.wi-card-entry {
|
||||
border: 1px groove;
|
||||
border-color: var(--SmartThemeBorderColor);
|
||||
border-radius: 8px;
|
||||
padding: 5px;
|
||||
margin-bottom:3px;
|
||||
}
|
||||
|
|
|
@ -3904,7 +3904,7 @@
|
|||
<div id="entry_edit_template" class="template_element">
|
||||
|
||||
<div class="world_entry">
|
||||
<form class="world_entry_form">
|
||||
<form class="world_entry_form wi-card-entry">
|
||||
<div class="inline-drawer wide100p">
|
||||
<div class="inline-drawer-toggle inline-drawer-header gap5px">
|
||||
<span class="drag-handle">☰</span>
|
||||
|
@ -4074,12 +4074,9 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div class="wide100p">
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue