We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ec555 commit 10fef83Copy full SHA for 10fef83
1 file changed
src/pat/contentbrowser/src/SelectedItem.svelte
@@ -5,8 +5,8 @@
5
let { item, unselectItem } = $props();
6
</script>
7
8
-<div class="selected-item border border-secondary-subtle rounded p-2 mb-1 bg-body-tertiary" data-uuid={item.UID}>
9
- <div class="item-info">
+<div class="selected-item border border-secondary-subtle rounded mb-1 bg-body-tertiary" data-uuid={item.UID}>
+ <div class="item-info p-2">
10
<!-- svelte-ignore a11y_missing_attribute -->
11
<button
12
class="btn btn-link btn-sm link-secondary"
@@ -35,7 +35,6 @@
35
cursor: move;
36
}
37
.selected-item > * {
38
- margin-right: 0.5rem;
39
display: block;
40
41
.selected-item button {
@@ -45,6 +44,7 @@
45
44
.selected-item .item-info {
46
display: flex;
47
align-items: start;
+ margin-right: 0.5rem;
48
49
.selected-item > img {
50
object-fit: cover;
0 commit comments