mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Add bidi support. (#231)
This commit is contained in:
parent
463d0c9cfb
commit
7c66035f41
@ -26,6 +26,14 @@ export default {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
h1,
|
||||
p,
|
||||
a,
|
||||
b {
|
||||
unicode-bidi: plaintext;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
#app {
|
||||
background: #0b0e0f;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user