Merge pull request #297 from appwrite/fix-url-and-alignment

fix: alignment, and file link
This commit is contained in:
Torsten Dittmann
2023-02-14 15:48:29 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<div class="options-list">
<button
type="button"
class="input-button"
class="options-list-button"
aria-label="Click to copy."
on:click={handleCopy}
on:mouseenter={() => setTimeout(() => (content = 'Click to copy'))}
@@ -55,7 +55,7 @@
<TableRowLink
href={`${base}/console/project-${project}/auth/user-${membership.userId}`}>
<TableCellText title="Name">
<div class="u-flex u-gap-12">
<div class="u-flex u-gap-12 u-cross-center">
<AvatarInitials size={32} name={membership.userName} />
<span>{membership.userName ? membership.userName : 'n/a'}</span>
</div>
@@ -70,7 +70,7 @@
<CardGrid>
<div class="u-flex u-gap-16">
<a
href={downloadFile()}
href={getView($file.$id)}
class="file-preview is-with-image"
target="_blank"
rel="noopener noreferrer"