feat: More styling for placeholder

This commit is contained in:
sthag 2025-11-02 13:12:04 +01:00
parent a18b42bb2a
commit 50b43cdc2f
3 changed files with 47 additions and 11 deletions

View file

@ -118,10 +118,25 @@ $padding_half: calc(#{hippie.$space_half} - 3px) hippie.$space_half;
display: none;
z-index: map.get(hippie.$z-indexes, "toast");
position: fixed;
border: 2px dashed black;
border: 1px dashed black;
border-radius: 2px;
background-color: rgba(0, 0, 0, .4);
padding: 16px;
&.top,
&.bottom {
span {
writing-mode: unset;
}
}
&.right,
&.left {
span {
writing-mode: vertical-rl;
}
}
* {
pointer-events: none;
}
@ -129,6 +144,7 @@ $padding_half: calc(#{hippie.$space_half} - 3px) hippie.$space_half;
& > div {
@extend %flex-bar;
flex-direction: inherit;
flex-wrap: nowrap;
}
.box,