From 75ac79b1e67a6bb4a195a86f55e5429cf2b4c3de Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 03 May 2026 22:09:18 +0000
Subject: [PATCH] =update
---
all.css | 148 ++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 122 insertions(+), 26 deletions(-)
diff --git a/all.css b/all.css
index 30053b3..fb90401 100644
--- a/all.css
+++ b/all.css
@@ -7,7 +7,7 @@
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
-Version: 1.5.9
+Version: 1.5.92
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jv
@@ -344,6 +344,11 @@
inline-size: fit-content;
margin-inline: auto;
}
+ figure img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ }
figcaption {
contain: inline-size;
font-size: 90%;
@@ -902,6 +907,7 @@
.pb-7 { padding-bottom: var(--sp7); }
/** MARGIN **/
+.m-0 {margin: 0;}
.m-1 {margin: var(--sp1);}
.m-2 {margin: var(--sp2);}
.m-3 {margin: var(--sp3);}
@@ -1183,6 +1189,34 @@
filter: none;
position: relative;
}
+ .item-grid.list-view {
+ gap: 0;
+ }
+ .item-grid.list-view .item {
+ aspect-ratio: unset;
+ align-items: flex-start;
+ border-radius: 4px;
+ padding: 1rem 0;
+ }
+ .list-view .item:nth-of-type(even) {
+ background-color: var(--base);
+ }
+ .list-view .item-select {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ min-height: 18vh;
+ }
+ .list-view .item .col {
+ padding: 0 var(--chip_) 0 1rem;
+ }
+ .list-view .abs {
+ right:0;
+ top:0;
+ width:max-content;
+ --dir:column-reverse;
+ justify-content: flex-end;
+ }
.item.col {
--wrap: nowrap;
}
@@ -1231,8 +1265,7 @@
.item-grid.list-view {
display: flex;
flex-direction: column;
- gap: 2rem;
- --gap: 2rem;
+ gap: 0;
}
.item-grid.list-view .item .col {
@@ -1407,7 +1440,9 @@
details .icon {
--w: 1.5em;
}
-
+details .filters .icon {
+ --w: 1em;
+}
button.voted .icon,
button.favourite.favourited {
animation: favourite-pop .4s cubic-bezier(.25, .46, .45, .94);
@@ -1645,14 +1680,37 @@
touch-action: pan-x;
text-transform: lowercase;
}
+ .term-list small {
+ vertical-align: baseline;
+ margin-left: .5rem;
+ font-style: italic;
+ }
+ .term-list li {
+ display: flex;
+ align-items: center;
+ }
+ .term-list a {
+ align-items: center;
+ }
+
.directory-list > ul
{
max-width: 100%;
}
+.directory-list img {
+ width: 70px;
+}
+ .directory-list .image {
+ display: flex;
+ flex-wrap: nowrap;
+ align-items: center;
+ }
.directory-list h3 {
margin: 0;
text-align: center;
+ font-weight: var(--fw-h-bold);
+ font-family: var(--heading);
position: sticky;
font-size: var(--txt-enormous);
width: 100%;
@@ -1721,6 +1779,7 @@
width: 100%;
max-width: 100%;
height: 100%;
+ margin: 0;
}
@@ -1856,6 +1915,7 @@
overflow: hidden auto;
margin: 0 0 0 1.5rem;
padding-right: 1.2rem;
+ padding-bottom: var(--btn);
width: calc(100% - 1.5rem);
}
@@ -2242,6 +2302,7 @@
--w: 3em;
justify-content: center;
align-items: center;
+ inset: 0;
}
dialog.loading[open]@starting-style {
@@ -2695,12 +2756,26 @@
animation: pulse 2s infinite;
}
+.refreshNow.fetching .icon,
aside#queue.pending:not(.expanded) + .qtoggle .icon {
- background-color: var(--error);
+ background-color: var(--action-0);
animation: spin 1s var(--trans-fn) infinite;
}
/* Status count badge */
+
+/*.refresh .countdown {*/
+/* --justify:center;*/
+/* --align: center;*/
+/* --offset: 0;*/
+/* left: .25rem;*/
+/* margin: 0 3px;*/
+/* border-radius: 50%;*/
+/* background-color: var(--base);*/
+/* width: 1em;*/
+/* height: 1em;*/
+/*}*/
+.refresh .countdown,
.qtoggle .count {
--align: center;
--justify: center;
@@ -2948,15 +3023,6 @@
font-size: var(--txt-x-small);
}
-.refresh .countdown {
- --justify:center;
- --align: center;
- --offset: 0;
- right: var(--offset);
- margin: 0 3px;
- border-radius: 50%;
- border: 1px solid var(--base-200);
-}
.refreshNow {
width: var(--btn);
@@ -2972,11 +3038,6 @@
--w: 18px;
}
-/* Refreshing animation */
-#queue.pending.expanded .refreshNow .icon {
- animation: spin 1.5s var(--trans-fn) infinite;
-}
-
/**************************************************
DELAY
**************************************************/
@@ -3217,16 +3278,23 @@
border-radius: 4px;
padding: 0 .5rem;
position: fixed;
- bottom: 0;
- right: calc(var(--btn_) + 1rem);
+ top: var(--btnbtn);
+ right: 1rem;
--w: 1em;
box-shadow:var(--shdw);
display:flex;
flex-wrap: nowrap;
gap: 1rem;
}
-body:has(.fixed.bottom) .fstatus {
- bottom: var(--btn_);
+@media (min-width: 768px) {
+ .fstatus {
+ right:calc(var(--btn_) + 1rem);
+ bottom: 0;
+ top: unset;
+ }
+ body:has(.fixed.bottom) .fstatus {
+ bottom: var(--btn_);
+ }
}
.fstatus .spinner {
@@ -3305,13 +3373,17 @@
padding: 2rem;
}
+.timeline.terms ul,
.timeline.terms {
list-style: none;
- display: flex;
+ display: inline-flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
+ .timeline.terms ul {
+ gap: 1rem;
+ }
.timeline.terms > li {
width: 100%;
@@ -3799,7 +3871,7 @@
.toggle-text label::before,
.toggle-text label::after {
- display: none;
+ display: none!important;
}
.toggle-text label {
@@ -3808,7 +3880,8 @@
.toggle-text input + label .text {
position: relative;
- margin: 0 .5rem;
+ margin: 0;
+ --gap: 0;
font-weight: bold;
width: fit-content;
padding: 2px 4px;
@@ -3913,6 +3986,14 @@
padding-left: 0!important;
}
+/*.auto-wrapper {*/
+/* position: absolute;*/
+/* bottom: -105%;*/
+/* background-color: rgba(var(--base-rgb), var(--op-5));*/
+/* backdrop-filter: blur(2px);*/
+/* border-radius: var(--radius);*/
+/* z-index: 1;*/
+/*}*/
.autocomplete-dropdown {
width: 100%;
background-color: var(--base-100);
@@ -4031,3 +4112,18 @@
transform: rotate(5deg) scale(1.1);
}
}
+
+
+.content-term-list, .content-term-list ul,
+.content-term-list li {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+.content-term-list .item {
+ flex-direction: column;
+}
+.content-term-list h3 {
+ font-size: var(--txt-medium);
+ font-weight: var(--fw-h);
+}
\ No newline at end of file
--
Gitblit v1.10.0