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
2 changed files with 11 additions and 6 deletions

View File

@@ -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;
}