File size: 528 Bytes
774fe36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* ===== Character Reference Module ===== */

.reference-preview-container {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--bg-input);
    margin-bottom: 8px;
}

.reference-preview-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #000;
}

.reference-btn-row {
    display: flex;
    gap: 6px;
    margin-top: 6px;
    margin-bottom: 8px;
}