mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-09 22:32:50 +02:00
chore: update tailwind to v4
As is customary in the JS world EVERYTHING must break with each major version
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{% load hijack %}
|
||||
{% load i18n %}
|
||||
<div class="container px-md-3 py-3 column-gap-5">
|
||||
<div class="tw-text-3xl fw-bold font-monospace tw-w-full mb-3">
|
||||
<div class="tw:text-3xl fw-bold font-monospace tw:w-full mb-3">
|
||||
{% spaceless %}
|
||||
<div>{% translate 'Users' %}<span>
|
||||
<a class="text-decoration-none tw-text-2xl p-1 category-action"
|
||||
<a class="text-decoration-none tw:text-2xl p-1 category-action"
|
||||
role="button"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-title="{% translate "Add" %}"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{% load i18n %}
|
||||
<i class="fa-solid fa-volume-low me-2 fa-fw"></i>{% translate 'Play sounds' %}
|
||||
<span id="settings-mute-sound" class="d-inline tw-invisible"></span>
|
||||
<span id="settings-mute-sound" class="d-inline tw:invisible"></span>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{% load i18n %}
|
||||
<i class="fa-solid fa-eye me-2 fa-fw"></i>{% translate 'Show amounts' %}
|
||||
<span id="settings-hide-amounts" class="d-inline tw-invisible"></span>
|
||||
<span id="settings-hide-amounts" class="d-inline tw:invisible"></span>
|
||||
|
||||
Reference in New Issue
Block a user