jekyll-bear-theme 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 321a64217ca032b2568fb793d950fe0f8e795b0672f15b9f4432bff72c6c48e3
4
- data.tar.gz: 5725640312e7f03e468c8b61b64ea828d6b4777dbe32043e098a01e14f0ea671
3
+ metadata.gz: 3ff08eadac46e03fb1806ee17aa05f1c3e781adc9a37a63c9b2fe6d8091e4e09
4
+ data.tar.gz: 2f733ffa2737c15a5a922910b38d18d2cd2418911b726fbc38f8e33918d76aa4
5
5
  SHA512:
6
- metadata.gz: 07b29e2279a7fb91b778950c5bcaa8d8a5a6b8e03fe6719a29539aa3ff5c52d800084cfa871da546b252b10cf4f5a5d59c010a73d15c1e6491077fc36d89b194
7
- data.tar.gz: b17d6e3ecdc6359f9328200e124855b86d2592c1ec3d2f9b553f3404ec33330605585ddefcc061ce352f883bed69b153908785c591e0c9ac57489990713f4c90
6
+ metadata.gz: 2392b39ce303ccb1b832628290937c58f862ea5d005807d0b3ea389ae1c71fde48dada77419c5d165710f9f24db1f9c22660c050b9ac6a5dd2cb88ddc35fd759
7
+ data.tar.gz: 4c3ff1cb58b97b95aa1d8d3ec94dcc18dded2f7a2526e038ef4012a801f8a0394fb57cbb211b31faadfff1c662d8e4b6ffefcd40007f2babb0fba8c084fe1596
@@ -30,7 +30,7 @@ layout: compress
30
30
  <span aria-hidden="true">&#9660;</span>
31
31
  </button>
32
32
  </div>
33
- <blockquote style="flex: 1; margin: 0; font-size: 1.1em; height: 7.5em; max-width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; line-height: 1.5; overflow: hidden; font-style: normal;">
33
+ <blockquote style="flex: 1; margin: 0; font-size: 1.1em; min-height: 5em; max-width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; line-height: 1.5; font-style: normal;">
34
34
  <span id="life-carousel-quote"></span>
35
35
  <span id="life-carousel-meta" style="font-size: 0.95em; color: var(--main-color); margin-top: 0.5em;"></span>
36
36
  </blockquote>
data/assets/style.css CHANGED
@@ -536,17 +536,40 @@ input[type=button], input[type=submit], input[type=reset] {
536
536
  }
537
537
 
538
538
  /* Responsive adjustments */
539
+ /* Responsive sizing to fit ~52 squares across screen width */
540
+ @media (max-width: 1200px) {
541
+ .week {
542
+ width: calc((100vw - 40px - (51 * 2px)) / 52);
543
+ height: calc((100vw - 40px - (51 * 2px)) / 52);
544
+ font-size: calc(var(--font-scale) * 0.8);
545
+ padding: 0;
546
+ min-width: 8px;
547
+ min-height: 8px;
548
+ }
549
+
550
+ .week.has-events {
551
+ font-size: calc(var(--font-scale) * 0.8);
552
+ padding: 0;
553
+ }
554
+ }
555
+
539
556
  @media (max-width: 768px) {
540
557
  .week {
541
- min-width: 26px;
542
- height: 26px;
543
- font-size: var(--font-scale);
544
- padding: 3px 7px;
558
+ width: calc((100vw - 40px - (51 * 1px)) / 52);
559
+ height: calc((100vw - 40px - (51 * 1px)) / 52);
560
+ font-size: calc(var(--font-scale) * 0.7);
561
+ padding: 0;
562
+ min-width: 8px;
563
+ min-height: 8px;
545
564
  }
546
565
 
547
566
  .week.has-events {
548
- font-size: var(--font-scale);
549
- padding: 3px 8px;
567
+ font-size: calc(var(--font-scale) * 0.7);
568
+ padding: 0;
569
+ }
570
+
571
+ .weeks-grid {
572
+ gap: 1px;
550
573
  }
551
574
 
552
575
  .event-desc {
@@ -556,15 +579,17 @@ input[type=button], input[type=submit], input[type=reset] {
556
579
 
557
580
  @media (max-width: 480px) {
558
581
  .week {
559
- min-width: 22px;
560
- height: 22px;
561
- font-size: var(--font-scale);
562
- padding: 2px 6px;
582
+ width: calc((100vw - 40px - (51 * 1px)) / 52);
583
+ height: calc((100vw - 40px - (51 * 1px)) / 52);
584
+ font-size: calc(var(--font-scale) * 0.6);
585
+ padding: 0;
586
+ min-width: 8px;
587
+ min-height: 8px;
563
588
  }
564
589
 
565
590
  .week.has-events {
566
- font-size: var(--font-scale);
567
- padding: 2px 7px;
591
+ font-size: calc(var(--font-scale) * 0.6);
592
+ padding: 0;
568
593
  }
569
594
 
570
595
  .weeks-grid {
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-bear-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - knhash
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-07-17 00:00:00.000000000 Z
10
+ date: 2025-07-18 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: jekyll