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;
content: attr(data-rainloopErrorTip);
font-size: 90%;
left: 100%;
left: 0;
opacity: 1;
padding: 0.25em;
position : absolute;

View File

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