diff options
Diffstat (limited to 'styles.css')
| -rw-r--r-- | styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -108,6 +108,16 @@ span.items { span.item { pointer-events: auto; + display: flex; + align-items: center; + justify-content: center; +} + +span.item.drop-placeholder { + pointer-events: none; + border: 2px dashed #aaa; + background-color: rgba(255, 255, 255, 0.15); + box-sizing: border-box; } .images { |
