chore: add support for rtl languages (#331)

This commit is contained in:
Miguel Ribeiro
2024-05-18 17:41:01 +02:00
committed by GitHub
parent 38a2ba9804
commit f1815d7335
27 changed files with 219 additions and 118 deletions
+2 -2
View File
@@ -77,7 +77,7 @@ if (isset($_POST['username']) && isset($_POST['password'])) {
}
?>
<!DOCTYPE html>
<html>
<html dir="<?= $languages[$lang]['dir'] ?>">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
@@ -94,7 +94,7 @@ if (isset($_POST['username']) && isset($_POST['password'])) {
<link rel="stylesheet" href="styles/barlow.css">
<link rel="stylesheet" href="styles/login-dark-theme.css?<?= $version ?>" id="dark-theme" <?= $theme == "light" ? "disabled" : "" ?>>
</head>
<body>
<body class="<?= $languages[$lang]['dir'] ?>">
<div class="content">
<section class="container">
<header>