mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
Add bidi support. (#231)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user