mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
fix: dashboard buttons position in rtl layout (#2949)
This commit is contained in:
parent
fb1a09c7c1
commit
2cfee2183c
@ -220,6 +220,10 @@ body.rtl .card .card-title>*:first-child {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
body.rtl .card .card-action {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.card .card-content.full {
|
||||
padding-bottom: 0;
|
||||
overflow: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user