CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

List items difficult to keep apart #294

Closed CodeWringer closed 1 year ago

CodeWringer commented 1 year ago

Adjust the styling so that list items are set apart properly. This problem is especially noticeable with skill list items, which seem to sit very tightly packed together.

Perhaps the following style might suffice:

.custom-system-list-item {
    margin-bottom: 1rem;
    border-radius: 10px;
    border: 1px solid #818181d9;
}
CodeWringer commented 1 year ago

This appears to be the case especially when a list is viewed in read only mode.