CSS rainloopErrorTip location

This commit is contained in:
the-djmaze 2024-03-03 03:13:03 +01:00
parent 2efe90fe48
commit 0e202a6640
2 changed files with 5 additions and 1 deletions

View file

@ -9,7 +9,7 @@
color: red; color: red;
content: attr(data-rainloopErrorTip); content: attr(data-rainloopErrorTip);
font-size: 90%; font-size: 90%;
left: 100%; left: 0;
opacity: 1; opacity: 1;
padding: 0.25em; padding: 0.25em;
position : absolute; position : absolute;

View file

@ -123,4 +123,8 @@ html[dir="rtl"] {
border-right: 6px solid #eee; border-right: 6px solid #eee;
} }
} }
[data-rainloopErrorTip]::before {
left: 100%;
}
} }