Better wi cards (#1200)

This commit is contained in:
valden80 2023-09-30 23:19:49 +03:00 committed by GitHub
parent a8fb2d9bee
commit cc9f452699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View File

@ -160,3 +160,11 @@
#world_info_search { #world_info_search {
width: 10em; width: 10em;
} }
.wi-card-entry {
border: 1px groove;
border-color: var(--SmartThemeBorderColor);
border-radius: 8px;
padding: 5px;
margin-bottom:3px;
}

View File

@ -3904,7 +3904,7 @@
<div id="entry_edit_template" class="template_element"> <div id="entry_edit_template" class="template_element">
<div class="world_entry"> <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 wide100p">
<div class="inline-drawer-toggle inline-drawer-header gap5px"> <div class="inline-drawer-toggle inline-drawer-header gap5px">
<span class="drag-handle">&#9776;</span> <span class="drag-handle">&#9776;</span>
@ -4074,9 +4074,6 @@
</div> </div>
</div> </div>
<div class="wide100p">
<hr>
</div>
</div> </div>