vertically center button
This commit is contained in:
parent
c25575757e
commit
bcd933d87b
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ import { Stats } from "./ProfileSection/Stats";
|
||||||
<div
|
<div
|
||||||
class="bg-error/10 border-l-4 border-error p-4 rounded-lg mb-6 shadow-md"
|
class="bg-error/10 border-l-4 border-error p-4 rounded-lg mb-6 shadow-md"
|
||||||
>
|
>
|
||||||
<div class="flex items-start justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<div class="flex items-start space-x-3">
|
<div class="flex items-start space-x-3">
|
||||||
<div class="flex-shrink-0 mt-0.5">
|
<div class="flex-shrink-0 mt-0.5">
|
||||||
<div class="p-1.5 bg-error/20 rounded-full">
|
<div class="p-1.5 bg-error/20 rounded-full">
|
||||||
|
@ -36,7 +36,7 @@ import { Stats } from "./ProfileSection/Stats";
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-4 flex-shrink-0">
|
<div class="ml-4 flex-shrink-0 self-center">
|
||||||
<a
|
<a
|
||||||
href="#settings-section"
|
href="#settings-section"
|
||||||
class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-error hover:bg-error-focus focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-error transition-colors duration-200"
|
class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-error hover:bg-error-focus focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-error transition-colors duration-200"
|
||||||
|
|
Loading…
Reference in a new issue