We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae507c4 + cdc1c8a commit 973add8Copy full SHA for 973add8
1 file changed
web/views_manager.css
@@ -613,12 +613,20 @@
613
--input-dim: 16px;
614
--gap-between-input-and-thumbnail: 16px;
615
616
+ &:not(&:has(input)) {
617
+ --input-dim: 0px;
618
+ --gap-between-input-and-thumbnail: 0px;
619
+ }
620
+
621
display: inline-flex;
622
justify-content: flex-end;
623
align-items: center;
624
flex-direction: row-reverse;
625
gap: var(--gap-between-input-and-thumbnail);
- width: 190px;
626
+ width: calc(
627
+ var(--thumbnail-width) + 2 *
628
+ (var(--input-dim) + var(--gap-between-input-and-thumbnail))
629
+ );
630
height: auto;
631
position: relative;
632
scroll-margin-top: 20px;
0 commit comments