summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-26 15:28:11 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-26 15:28:11 +0200
commite739a0e434ea122a974a49bc74aa27a419bf9186 (patch)
tree60a408847099a98b9e8dc04d00d4e5d678c64935 /pages
parentb48629c9c61a8fc8a950195d4ec4281cfdfb74da (diff)
Fix responsive for user page
Diffstat (limited to 'pages')
-rw-r--r--pages/user/_id.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/user/_id.vue b/pages/user/_id.vue
index be282af..d01fa96 100644
--- a/pages/user/_id.vue
+++ b/pages/user/_id.vue
@@ -1,8 +1,8 @@
<template lang="pug">
.mx-auto.w-90p.py-6#modelpage(class="sm:px-6 lg:px-8 md:max-w-7xl")
- .flex.mb-10(v-if="user.username")
+ .grid.mb-10.justify-items-center.text-center(class="sm:flex" v-if="user.username")
user-avatar(:data="user" big="1")
- .grid.pl-7
+ .grid.p-0(class="sm:pl-7")
h1.text-2xl.font-bold.self-end.flex(:title="user.username+' is an admin'") {{ user.name }}
svg(v-if="user.is_staff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#dc2626" class="ml-2 mt-1 w-6 h-6")
path(fill-rule="evenodd" d="M12.516 2.17a.75.75 0 00-1.032 0 11.209 11.209 0 01-7.877 3.08.75.75 0 00-.722.515A12.74 12.74 0 002.25 9.75c0 5.942 4.064 10.933 9.563 12.348a.749.749 0 00.374 0c5.499-1.415 9.563-6.406 9.563-12.348 0-1.39-.223-2.73-.635-3.985a.75.75 0 00-.722-.516l-.143.001c-2.996 0-5.717-1.17-7.734-3.08zm3.094 8.016a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z" clip-rule="evenodd")