UX: RTL style fixes

This commit is contained in:
Michael Mayer 2022-05-21 22:11:22 +02:00
parent 8b5fbec950
commit ab185f719e
3 changed files with 9 additions and 1 deletions

View file

@ -10,7 +10,7 @@
<span :class="{'clickable': auth}" @click.stop.prevent="showNavigation()">{{ page.title }}</span>
</v-toolbar-title>
<v-menu v-if="showNavMenu" attach="#p-navigation .nav-small" :nudge-bottom="16" :nudge-right="0"
close-on-content-click fixed disable-keys offset-y bottom left>
close-on-content-click fixed disable-keys offset-y bottom :left="!rtl">
<template #activator="{ on }">
<v-btn
dark

View file

@ -233,6 +233,10 @@ main {
-webkit-hyphens: auto;
}
#photoprism.is-rtl .v-card .caption {
text-align: right;
}
#photoprism .v-tabs .v-badge__badge {
right: -22px;
font-size: 9px;

View file

@ -19,6 +19,10 @@ nav .v-list__tile__title.title {
line-height: normal!important;
}
.is-rtl #p-navigation .nav-title {
text-align: right;
}
#p-navigation .nav-count {
opacity: 0.5;
/*position: absolute;*/