diff --git a/files/static/dist/main.css b/files/static/dist/main.css index b4375d2643..8e660e0f4c 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -1056,6 +1056,12 @@ video { .mt-\[-1px\] { margin-top: -1px; } +.-mr-2 { + margin-right: -0.5rem; +} +.-mr-4 { + margin-right: -1rem; +} .-ml-5 { margin-left: -1.25rem; } @@ -1143,6 +1149,9 @@ video { .h-10 { height: 2.5rem; } +.h-7 { + height: 1.75rem; +} .h-4 { height: 1rem; } @@ -1179,9 +1188,6 @@ video { .h-2 { height: 0.5rem; } -.h-7 { - height: 1.75rem; -} .max-h-0 { max-height: 0px; } @@ -1221,6 +1227,9 @@ video { .w-10 { width: 2.5rem; } +.w-7 { + width: 1.75rem; +} .w-6 { width: 1.5rem; } @@ -1260,9 +1269,6 @@ video { .w-1\/4 { width: 25%; } -.w-7 { - width: 1.75rem; -} .w-44 { width: 11rem; } @@ -1413,16 +1419,16 @@ video { margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); } -.space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); -} .space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); } +.space-x-3 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0.75rem * var(--tw-space-x-reverse)); + margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); +} .space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); @@ -2397,6 +2403,9 @@ video { --tw-text-opacity: 1; color: rgba(245, 158, 11, var(--tw-text-opacity)); } +.text-white\/50 { + color: rgba(255, 255, 255, 0.5); +} .text-gray-900 { --tw-text-opacity: 1; color: rgba(var(--color-900), var(--tw-text-opacity)); @@ -2472,9 +2481,6 @@ video { --tw-text-opacity: 1; color: rgba(219, 39, 119, var(--tw-text-opacity)); } -.text-white\/50 { - color: rgba(255, 255, 255, 0.5); -} .text-\[\#155e75\] { --tw-text-opacity: 1; color: rgba(21, 94, 117, var(--tw-text-opacity)); @@ -3482,6 +3488,11 @@ img.emoji-lg { color: rgba(251, 191, 36, var(--tw-text-opacity)); } +.hover\:text-gray-100:hover { + --tw-text-opacity: 1; + color: rgba(var(--color-100), var(--tw-text-opacity)); +} + .hover\:text-green-700:hover { --tw-text-opacity: 1; color: rgba(21, 128, 61, var(--tw-text-opacity)); @@ -3636,10 +3647,6 @@ img.emoji-lg { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } -.focus\:ring-inset:focus { - --tw-ring-inset: inset; -} - .focus\:ring-white:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -3781,6 +3788,10 @@ img.emoji-lg { background-color: rgba(255, 255, 255, .05); } +.dark .dark\:bg-white\/\[\.06\] { + background-color: rgba(255, 255, 255, .06); +} + .dark .dark\:bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); } @@ -3910,6 +3921,14 @@ img.emoji-lg { margin-left: 1rem; } + .sm\:mr-0 { + margin-right: 0px; + } + + .sm\:mb-4 { + margin-bottom: 1rem; + } + .sm\:block { display: block; } @@ -4063,8 +4082,8 @@ img.emoji-lg { width: 11rem; } - .md\:w-32 { - width: 8rem; + .md\:w-28 { + width: 7rem; } .md\:w-64 { @@ -4251,14 +4270,18 @@ img.emoji-lg { padding-left: 0px; } - .md\:pb-4 { - padding-bottom: 1rem; + .md\:pb-3\.5 { + padding-bottom: 0.875rem; } .md\:pt-0 { padding-top: 0px; } + .md\:pb-3 { + padding-bottom: 0.75rem; + } + .md\:pl-5 { padding-left: 1.25rem; } @@ -4373,6 +4396,10 @@ img.emoji-lg { display: block; } + .xl\:inline-block { + display: inline-block; + } + .xl\:flex { display: flex; } diff --git a/files/templates/CHRISTMAS/banner.html b/files/templates/CHRISTMAS/banner.html index c16679e34d..49f5c93a8b 100644 --- a/files/templates/CHRISTMAS/banner.html +++ b/files/templates/CHRISTMAS/banner.html @@ -3,7 +3,7 @@
💖🌈 rdrama.net: /r/SubredditDrama official site.  -
- {% if not error %} -
- - {% if v %} - - - {% if v.admin_level > 1 %} - - - Admin tools - - - {% endif %} - - - My profile - - - - - View notifications -
- - - {% if v.notifications_count %} -
- {{ v.notifications_count }} -
- {% endif %} -
-
- - - Submit post - - - - {% else %} - - - Login - - - {% endif %}
{% endif %} @@ -128,14 +127,14 @@ -
-
+
+
- logo - - rdrama + logo + + rdrama - -
  • - -
  • - - {% else %} - - {% endif %} - - artwork featuring an orange and white cat - - +
  • + +
  • + + {% else %} + + {% endif %} + + artwork featuring an orange and white cat + + +
    -
    - \ No newline at end of file + \ No newline at end of file diff --git a/files/templates/CHRISTMAS/home.html b/files/templates/CHRISTMAS/home.html index f986457a25..5d5ab12960 100644 --- a/files/templates/CHRISTMAS/home.html +++ b/files/templates/CHRISTMAS/home.html @@ -33,21 +33,29 @@ {% if listing %} {% endif %} diff --git a/files/templates/CHRISTMAS/modals/ModalGiftCoins.html b/files/templates/CHRISTMAS/modals/ModalGiftCoins.html index 3eeefd1f42..5b4e10b671 100644 --- a/files/templates/CHRISTMAS/modals/ModalGiftCoins.html +++ b/files/templates/CHRISTMAS/modals/ModalGiftCoins.html @@ -45,7 +45,7 @@

    - {{u.username}} will receive 0 {{'COINS_NAME' | app_config}} + Recipient will receive 0 coins

    diff --git a/files/templates/CHRISTMAS/settings.html b/files/templates/CHRISTMAS/settings.html index 7a9b3bf7ee..0bc02a4d4d 100644 --- a/files/templates/CHRISTMAS/settings.html +++ b/files/templates/CHRISTMAS/settings.html @@ -36,7 +36,7 @@ - + {% if v %} @@ -237,6 +237,6 @@ {% endif %} - + \ No newline at end of file diff --git a/files/templates/CHRISTMAS/submission.html b/files/templates/CHRISTMAS/submission.html index 7a3da00987..edbfc8c37e 100644 --- a/files/templates/CHRISTMAS/submission.html +++ b/files/templates/CHRISTMAS/submission.html @@ -319,7 +319,7 @@ {% if not p.is_image and p.thumb_url and not p.embed_url %} {% endif %} diff --git a/files/templates/CHRISTMAS/submission_listing.html b/files/templates/CHRISTMAS/submission_listing.html index a94a10fcf7..6ae18422e5 100644 --- a/files/templates/CHRISTMAS/submission_listing.html +++ b/files/templates/CHRISTMAS/submission_listing.html @@ -45,7 +45,7 @@ {% endif %} -
  • +
  • @@ -260,26 +260,26 @@
    {% if p.club and not (v and (v.paid_dues or v.id == p.author_id)) %} - + {% elif not p.url %} - + {% elif p.is_image %} - + {% elif p.is_video %} - post thumnail + post thumnail {% elif p.is_youtube %} - post thumnail + post thumnail {% else %} - + {% endif %}