mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Css update
This commit is contained in:
parent
3c214efe43
commit
507b593209
@ -38,11 +38,11 @@ body {
|
||||
}
|
||||
|
||||
.button {
|
||||
@apply font-abel px-12 py-2 border rounded-md transform ease-linear duration-500;
|
||||
@apply font-abel px-12 py-2 border rounded-md transform ease-linear duration-100 hover:bg-opacity-60;
|
||||
}
|
||||
|
||||
.submit-button-disabled {
|
||||
@apply opacity-50 cursor-default;
|
||||
@apply opacity-60 cursor-default;
|
||||
}
|
||||
|
||||
.submit-button-enabled {
|
||||
|
||||
@ -64,9 +64,7 @@
|
||||
<div class="flex items-center justify-between">
|
||||
<p class="mx-4">{{ user.username }}</p>
|
||||
<a href="{% url 'profile' user.username %}">
|
||||
<img src="{{ user.profile.picture.url }}"
|
||||
class="w-[2rem]"
|
||||
alt="{{ user.username }}'s profile picture" />
|
||||
<img src="{{ user.profile.picture.url }}" class="w-[2rem]" alt="pic" />
|
||||
</a>
|
||||
</div>
|
||||
{% else %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user