Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoleoncio committed May 7, 2024
1 parent 402a1be commit f9203f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions bin/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body {
.w3-twothird,
.w3-threequarter,
.w3-quarter {
float: right;
float: right !important;
}

ul.w3-ul li {
Expand All @@ -38,9 +38,13 @@ ul.w3-ul li {
.w3-table th,
.w3-table-all td,
.w3-table-all th {
text-align: right;
text-align: right !important;
}

.w3-navbar li {
float: right;
float: right !important;
}

.w3-sidebar > div.w3-bar-block > a.w3-bar-item {
text-align: right;
}
2 changes: 1 addition & 1 deletion bin/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function w3_close() {
</div>
<nav class="w3-sidebar w3-white w3-animate-<?=$left?>" style="z-index:3;width:280px;display:none;min-height:100vh;" id="mySidebar">
<br>
<div class="w3-container w3-row">
<div class="w3-container w3-row w3-<?=$left?>">
<div class="w3-col s4">
<i class="fa-solid fa-circle-user" style="font-size: 3em;"></i>
</div>
Expand Down

0 comments on commit f9203f5

Please sign in to comment.