jekyll-theme-simplix 0.3.2 → 0.3.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/main.scss +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3518f3f00c08a52d0611e27bab713626492b989007042b7d91285dfbf7e667f
4
- data.tar.gz: 4d0717399aee74d71e0be6ac5039d523a21dfa25fd7ade6536145f5f22c8a876
3
+ metadata.gz: edf5f2d7fb1eeb2625fd0d589c4e80e423ca85dcecadb268c577c7f32959a081
4
+ data.tar.gz: 26ad256d8cdcb17f87af5fa120ef4605df04dc42b3b918dd912164c2ff9d10de
5
5
  SHA512:
6
- metadata.gz: 9e7ca8c45e251d198c488c9c902d428e0fff7c989c74d090ed61b8caf78d894fd79eab31b5cec07082a2e13a0b5137ad12815a23a2598236b7c8f3cf90b2fe29
7
- data.tar.gz: d735bc78558c7514344342404584fc89316258911d9acd70a63761d71b52be77ab215849afb6a86ab83c7279d834cbef068a0235d7e0650742bd25fcd03d14ad
6
+ metadata.gz: 642323e6525f8747253952a33f45e7eac81e2f97f36c39bbf8c94d72bb6287386e072170bb3c8befaafcdd55b76b525fddb7535b703984e7b3b555a01aab3a7f
7
+ data.tar.gz: 491922778eb64cab1ea3020dddda44c6978329ab21b5b2e9ff75c0c44c0f68207aaa3063051d2d6d930a4be638f8005f591e880f846fd137cb38b746a804c407
data/_sass/main.scss CHANGED
@@ -110,13 +110,13 @@ $theme-btn-label-gap: 4px;
110
110
  position: fixed;
111
111
  align-items: stretch;
112
112
  height: $theme-btn-label-height;
113
- top: calc(24px - ($theme-btn-label-height / 2));
114
- right: calc(24px - ($theme-btn-label-height / 2));
113
+ top: calc(24px - calc($theme-btn-label-height / 2));
114
+ right: calc(24px - calc($theme-btn-label-height / 2));
115
115
  padding: 0;
116
116
  column-gap: $theme-btn-label-gap;
117
117
  background: #fcfcfc;
118
118
  font-family: $font-body;
119
- border-radius: calc(($theme-btn-label-height / 2) + 2px);
119
+ border-radius: calc(calc($theme-btn-label-height / 2) + 2px);
120
120
  z-index: 2;
121
121
  cursor: pointer;
122
122
  transition: border .4s ease;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-simplix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - lithier94675
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-26 00:00:00.000000000 Z
11
+ date: 2026-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll