mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Fix(core): fix app menu alignment in RTL mode.
Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
This commit is contained in:
committed by
skjnldsv
parent
b5afb7805c
commit
cccdaa10eb
@@ -86,6 +86,9 @@ watch(() => props.app.name, calculateSize)
|
||||
overflow: hidden;
|
||||
letter-spacing: -0.5px;
|
||||
}
|
||||
body[dir=rtl] &__label {
|
||||
transform: translateX(50%) !important;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
font-size: var(--app-menu-entry-font-size);
|
||||
@@ -114,6 +117,9 @@ watch(() => props.app.name, calculateSize)
|
||||
transition: all var(--animation-quick) ease-in-out;
|
||||
opacity: 1;
|
||||
}
|
||||
body[dir=rtl] &::before {
|
||||
transform: translateX(50%) !important;
|
||||
}
|
||||
}
|
||||
|
||||
&__icon,
|
||||
|
||||
Reference in New Issue
Block a user