dark-blog-theme 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 661683d91dfa05470ae0061c2641feb56c404034f70e46a0459d501674f25bb3
4
- data.tar.gz: 3c2eef7a7a48c4a63814caa7530c7fae9c07e057e058b8331fe9f06363061f7c
3
+ metadata.gz: ea6600a5c22ae5f6471a106a8c133affa95f865911d3201e2180d7d5608de901
4
+ data.tar.gz: 05121a88a741f3e9813c5c2c332e1a0fdd7c51b2795258637c0a77cffe18bb82
5
5
  SHA512:
6
- metadata.gz: 76fde42e49daa3c8c1665b46761e325521a1f9ad52391e416ec996741960051e86edeefcdd8e7634192dddcaee815e5a7f8ba3df4308ebe6bad0d4be1c767a52
7
- data.tar.gz: 266e10a8e43951aea5e1e49c841bc6bebd4575b0c5fcfa589d3b691f5da776ef69bf847d3358a2648ad2075e0f71a76be0031e43a7dcdd85e6ca74a62e9d78f4
6
+ metadata.gz: 1b882e4e487396212d2064edd11f8e1cdb285cee3350931d59fa923ae3c886850e34249403a39e2fdfef52034a5de897908f4bc75c771f1e035c85f0ca462a8b
7
+ data.tar.gz: 8664405f5a15b1da5cef4f66f026b3d1f3e217b35f200058f1cc5e38ebca9a8ba80927aea3cc2aa0acb49950ff82a0e1ada55b6268fe1faff12dd3b035a5b77c
@@ -220,25 +220,7 @@
220
220
  // @include relative-font-size(1.75);
221
221
  // }
222
222
 
223
- .pinned-post-list {
224
- display: flex;
225
- flex-wrap: wrap;
226
- justify-content: space-around;
227
- padding-top: 12px;
228
- margin-left: 0;
229
- list-style: none;
230
- background-color: var(--md-sys-color-surface-container);
231
- border-radius: 24px;
232
- padding: $spacing-unit;
233
- @media screen and (max-width: 850px) {
234
- // background-color: var(--md-sys-color-secondary-container);
235
- padding: $spacing-unit/2;
236
- }
237
223
 
238
- > li:not(:last-child) {
239
- margin-bottom: $spacing-unit;
240
- }
241
- }
242
224
 
243
225
  .post-meta {
244
226
  font-size: $small-font-size;
@@ -57,13 +57,7 @@
57
57
  a {
58
58
  color: var(--md-sys-color-on-primary-container);
59
59
  }
60
- & p {
61
- display: -webkit-box;
62
- line-clamp: 5;
63
- -webkit-line-clamp: 5;
64
- -webkit-box-orient: vertical;
65
- overflow: hidden;
66
- }
60
+
67
61
  & img {
68
62
  background-color: var(--md-sys-color-surface-container-high);
69
63
  border-radius: 24px;
@@ -73,6 +67,13 @@
73
67
  }
74
68
  @media screen and (max-width: 850px) {
75
69
  width: 100%;
70
+ & p {
71
+ display: -webkit-box;
72
+ line-clamp: 5;
73
+ -webkit-line-clamp: 5;
74
+ -webkit-box-orient: vertical;
75
+ overflow: hidden;
76
+ }
76
77
  }
77
78
  }
78
79
 
@@ -91,6 +92,28 @@
91
92
  // filter: var(--outline-filter);
92
93
  // pointer-events: none; /* Allows interaction with content inside the border */
93
94
  // }
95
+ .pinned-post-list {
96
+ display: flex;
97
+ width: fit-content;
98
+ flex-wrap: wrap;
99
+ justify-content: space-around;
100
+ padding-top: 12px;
101
+ margin-left: 0;
102
+ list-style: none;
103
+ background-color: var(--md-sys-color-surface-container);
104
+ border-radius: 24px;
105
+ padding: $spacing-unit;
106
+ min-height: 390px;
107
+ @media screen and (max-width: 850px) {
108
+ // background-color: var(--md-sys-color-secondary-container);
109
+ padding: $spacing-unit/2;
110
+ min-height: 200px;
111
+ }
112
+
113
+ > li:not(:last-child) {
114
+ margin-bottom: $spacing-unit;
115
+ }
116
+ }
94
117
  .pinned-post-card::before {
95
118
  content: "";
96
119
  position: absolute;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dark-blog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gul Noor