Fix miscellaneous RTL layout bugs

This commit is contained in:
Mononaut
2023-03-06 19:59:56 -06:00
parent 3739e5be0d
commit 5937e959c3
18 changed files with 82 additions and 266 deletions

View File

@@ -8,7 +8,7 @@
}
h1 {
margin-left: 15px;
margin-inline-start: 15px;
}
.qr-wrapper {
@@ -57,3 +57,17 @@ h1 {
.description-text {
white-space: break-spaces;
}
.timestamp-first .input-group {
input {
margin-inline-end: .25rem;
}
}
:host-context(.rtl-layout) {
.timestamp-first .input-group {
button {
margin-inline-end: .25rem;
}
}
}