opus-react 0.2.27 → 0.2.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +112 -112
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +7 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +112 -112
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -11123,7 +11123,9 @@
|
|
|
11123
11123
|
.opus_vApy-v_list[data-variant="avatar"] .opus_vApy-v_line, .opus_vApy-v_item[data-variant="avatar"] .opus_vApy-v_line {
|
|
11124
11124
|
background: color-mix(in srgb, var(--dashboard-section-text, var(--opus-border)) 14%, transparent);
|
|
11125
11125
|
width: 1px;
|
|
11126
|
+
min-height: 12px;
|
|
11126
11127
|
margin-top: 8px;
|
|
11128
|
+
margin-bottom: 6px;
|
|
11127
11129
|
}
|
|
11128
11130
|
|
|
11129
11131
|
.opus_vApy-v_body {
|
|
@@ -11131,6 +11133,11 @@
|
|
|
11131
11133
|
padding-bottom: 22px;
|
|
11132
11134
|
}
|
|
11133
11135
|
|
|
11136
|
+
.opus_vApy-v_list[data-variant="avatar"] .opus_vApy-v_body, .opus_vApy-v_item[data-variant="avatar"] .opus_vApy-v_body {
|
|
11137
|
+
padding-top: 5px;
|
|
11138
|
+
padding-bottom: 18px;
|
|
11139
|
+
}
|
|
11140
|
+
|
|
11134
11141
|
.opus_vApy-v_item:last-child .opus_vApy-v_body {
|
|
11135
11142
|
padding-bottom: 0;
|
|
11136
11143
|
}
|