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