summaryrefslogtreecommitdiff
path: root/static
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <145215889+SayaAndy@users.noreply.github.com> 2025-11-04 14:49:41 +0300
committerGravatar GitHub <noreply@github.com> 2025-11-04 14:49:41 +0300
commit77a43ebb42d80e3c6bbdf39b16a38f0f3ec4b30c (patch)
treea098615be83bf760a4643e5752f990ef9f29fe98 /static
parentce86bf8e7a32a98aeab696bf38b0cc2f4ada4905 (diff)
parent05d7fe78450219e85ebe9c4372a20f8edd264d8d (diff)
downloadweb-0.11.3.tar.gz
web-0.11.3.zip
v0.11.3 (#20)v0.11.3
- [fix: correctly pack galleries on mobiles](https://github.com/SayaAndy/saya-today-web/commit/c52a07e3fa738135eaa5272d9f115e4740b60c61) - [feat: move published date info from header into start of the body](https://github.com/SayaAndy/saya-today-web/commit/05d7fe78450219e85ebe9c4372a20f8edd264d8d) - feat: show action date on any screen - feat: show short description together with dates in page's body - feat: switch masonry to packery - debug: log app shutdown more
Diffstat (limited to 'static')
-rw-r--r--static/input.css16
1 files changed, 4 insertions, 12 deletions
diff --git a/static/input.css b/static/input.css
index 739caa3..8b69162 100644
--- a/static/input.css
+++ b/static/input.css
@@ -468,15 +468,11 @@ form.crossable.htmx-request input {
}
.grid-item {
- position: relative;
- display: inline-block;
width: 10rem;
}
.grid-sizer {
- position: relative;
- display: inline-block;
- width: 10.1rem;
+ width: 10.5rem;
}
.grid-item-index {
@@ -508,7 +504,7 @@ form.crossable.htmx-request input {
}
.grid-sizer {
- width: 12.1rem;
+ width: 12.5rem;
}
.grid-item-2x {
@@ -517,14 +513,10 @@ form.crossable.htmx-request input {
}
@container main (width >= 76rem) {
- .grid-item {
+ .grid-item, .grid-sizer {
width: 18rem;
}
- .grid-sizer {
- width: 18.1rem;
- }
-
.grid-item-2x {
width: 36rem;
}
@@ -536,7 +528,7 @@ form.crossable.htmx-request input {
}
.grid-sizer {
- width: 24.1rem;
+ width: 24.5rem;
}
.grid-item-2x {