mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add bidi support.
This commit is contained in:
parent
463d0c9cfb
commit
fa26e2c380
1 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,14 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
h1,
|
||||||
|
p,
|
||||||
|
a,
|
||||||
|
b {
|
||||||
|
unicode-bidi: plaintext;
|
||||||
|
text-align: start;
|
||||||
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
background: #0b0e0f;
|
background: #0b0e0f;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue