askclass-course-theme 0.16.1 → 0.16.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/_tab-main.scss +14 -21
  3. data/_sass/init.scss +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88735f3652f1aca499491648a82dd43a9b70ffc513929c2a99c293a559152cc7
4
- data.tar.gz: 6a183fa4ee34af84bc386a7eacb06e0ea9df199e83a8688c42061001f74a71ab
3
+ metadata.gz: 4ce64de0443f65b49f34b38d0533ff9e62ecf3000e3e75000dee8cece5120464
4
+ data.tar.gz: 55381a81434be5e764ea82ffc0d89a64da0ac070b31387251e2a34e8d40810a8
5
5
  SHA512:
6
- metadata.gz: dc7ae00b8e91c9803a0d0935fcce7be86b54f62bf0b7e999129fad11466d1e5ba16de86968985b7abd799da5cb9e0bf348c3810e26ceab39f25452ebb81688f1
7
- data.tar.gz: e07f6537dade061a639cfce475676522a379eb4bd6fde576e1e44c912661d17854e1420a81631627aa18981a33421313986fd5765865bcbbada3e58827012cb6
6
+ metadata.gz: b7dde1de1e3910395c4625721569ad72324bf233ffa77a00d4ffd6fddbf1bca212c5887b4c97924e6fbc303005a8a19030b9a0d85b1e837bfc9759e6fd8aa0f3
7
+ data.tar.gz: cd0db138a8946959e5f402dc99fb7376abc56af4d3c8834f0b2e1fb5c4bfb5d7e2450b87254c77dad73f2de44b5780d4da32349152f51c37e0ffcb5d55e0bbaa
data/_sass/_tab-main.scss CHANGED
@@ -71,30 +71,23 @@
71
71
  text-align: left;
72
72
  &.limit-height {
73
73
  max-height: var(--grid-body-height);
74
- position: relative;
75
74
  overflow-y: auto;
76
75
  padding-bottom: 0;
77
76
  box-sizing: border-box;
78
- &::after {
79
- content: "";
80
- position: sticky;
81
- display: block;
82
- bottom: 0;
83
- left: 0;
84
- right: 0;
85
- height: 30px;
86
- opacity: 0;
87
- padding: 0;
88
- margin: 0;
89
- background: linear-gradient(to top,
90
- rgba(0, 0, 0, 0.12) 0%,
91
- transparent 100%);
92
- pointer-events: none; /* clicks pass through */
93
- transition: opacity 0.4s ease;
94
- z-index: 1;
95
- }
96
- &.has-more::after {
97
- opacity: 1;
77
+ &.has-more {
78
+ -webkit-mask-image: linear-gradient(
79
+ to bottom,
80
+ black 0%,
81
+ black calc(100% - 100px), // solid/opaque until 100px from bottom
82
+ transparent 100% // fade to fully transparent
83
+ );
84
+ mask-image: linear-gradient(
85
+ to bottom,
86
+ black 0%,
87
+ black calc(100% - 100px),
88
+ transparent 100%
89
+ );
90
+ transition: mask-image 0.4s ease;
98
91
  }
99
92
  }
100
93
  h2 {
data/_sass/init.scss CHANGED
@@ -6,4 +6,4 @@
6
6
  // @forward 'default' with ( $color-fg: white );
7
7
 
8
8
  // Make grid boxes the same height (scrollable)
9
- // @forward 'default' with ( $grid-body-height: 200px );
9
+ // @forward 'default' with ( $grid-body-height: 260px );
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: askclass-course-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.1
4
+ version: 0.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - AskClass
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-15 00:00:00.000000000 Z
11
+ date: 2026-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll