aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/AppList
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-08-20 19:42:11 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2024-08-29 08:32:48 +0000
commitaea0e8df6addb215b187898003afa6e52a984f6a (patch)
tree38229649d16f68513d5a0e1337aca6c2275c6711 /apps/settings/src/components/AppList
parent7b048e050132d77fcc270bc6a33ad665fe14da26 (diff)
downloadnextcloud-server-aea0e8df6addb215b187898003afa6e52a984f6a.tar.gz
nextcloud-server-aea0e8df6addb215b187898003afa6e52a984f6a.zip
fix: Adjust more places for logical position
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/settings/src/components/AppList')
-rw-r--r--apps/settings/src/components/AppList/AppItem.vue13
1 files changed, 5 insertions, 8 deletions
diff --git a/apps/settings/src/components/AppList/AppItem.vue b/apps/settings/src/components/AppList/AppItem.vue
index 881be612445..08faa06f1cd 100644
--- a/apps/settings/src/components/AppList/AppItem.vue
+++ b/apps/settings/src/components/AppList/AppItem.vue
@@ -228,7 +228,7 @@ export default {
.app-image {
width: var(--default-clickable-area);
height: auto;
- text-align: right;
+ text-align: end;
}
.app-image-icon svg,
@@ -257,8 +257,7 @@ export default {
.app-name--link::after {
content: '';
position: absolute;
- left: 0;
- right: 0;
+ inset-inline: 0;
height: var(--app-item-height);
}
@@ -271,7 +270,7 @@ export default {
.icon-loading-small {
display: inline-block;
top: 4px;
- margin-right: 10px;
+ margin-inline-end: 10px;
}
}
@@ -317,10 +316,8 @@ export default {
.app-name--link::after {
content: '';
position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
+ inset-block: 0;
+ inset-inline: 0;
}
.app-actions {