Skip to content

Commit 683a41d

Browse files
2.8.2
1 parent 5478223 commit 683a41d

File tree

3 files changed

+34
-13
lines changed

3 files changed

+34
-13
lines changed

dist/saratoga.css

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,6 @@ html.msb .masthead {
20862086

20872087
#zone-el-2.sticky-leaderboard {
20882088
position: fixed;
2089-
top: 90px;
20902089
z-index: 98;
20912090
width: 100vw;
20922091
height: 106px;
@@ -2102,9 +2101,6 @@ html.msb .masthead {
21022101
#zone-el-2.sticky-leaderboard {
21032102
height: 66px;
21042103
}
2105-
#zone-el-2.sticky-leaderboard {
2106-
top: 45px;
2107-
}
21082104
}
21092105
/**
21102106
* Digests
@@ -3252,18 +3248,18 @@ section.big-news {
32523248
background-color: var(--red);
32533249
color: var(--white);
32543250
max-width: 100%;
3251+
height: 41px;
32553252
}
32563253

32573254
.breaking-news-macro {
32583255
display: flex;
3259-
justify-content: space-between;
32603256
flex-direction: row;
3261-
font-family: var(--sans);
3262-
font-size: 20px;
3263-
line-height: 1;
3257+
justify-content: space-between;
32643258
max-width: var(--section-width);
3265-
padding: 15px;
32663259
margin: 0 auto;
3260+
padding: 10px;
3261+
font-family: var(--sans);
3262+
line-height: 1;
32673263
}
32683264

32693265
.breaking-news-macro h3 {
@@ -3278,6 +3274,7 @@ section.big-news {
32783274
padding-left: 20px;
32793275
opacity: 1;
32803276
transition: all 0.6s ease;
3277+
min-width: 10px;
32813278
}
32823279

32833280
.breaking-news-macro .icon-wrap {
@@ -3288,6 +3285,22 @@ section.big-news {
32883285
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8" height="9" viewBox="0 0 8 9" fill="none"%3E%3Cpath d="M7.59049 1.05497C7.81823 0.781777 7.78195 0.376006 7.50786 0.149016C7.23376 -0.0779743 6.82664 -0.0418166 6.5989 0.231375L3.87 3.49562L1.1411 0.231375C0.91336 -0.0418166 0.506242 -0.0779743 0.232143 0.149016C-0.0419554 0.376006 -0.0782332 0.781777 0.149511 1.05497L3.02956 4.5L0.149511 7.94503C-0.0782332 8.21822 -0.0419554 8.62399 0.232143 8.85098C0.506242 9.07797 0.91336 9.04182 1.1411 8.76862L3.87 5.50438L6.5989 8.76862C6.82664 9.04182 7.23376 9.07797 7.50786 8.85098C7.78195 8.62399 7.81823 8.21822 7.59049 7.94503L4.71044 4.5L7.59049 1.05497Z" fill="white"/%3E%3C/svg%3E');
32893286
}
32903287

3288+
/*
3289+
* Mobile CLS fix
3290+
*/
3291+
@media (max-width: 767px) {
3292+
.breaking-news-organism {
3293+
height: 62px;
3294+
overflow: hidden;
3295+
}
3296+
.breaking-news-macro > div {
3297+
overflow: hidden;
3298+
display: -webkit-box;
3299+
-webkit-line-clamp: 2;
3300+
line-clamp: 2;
3301+
-webkit-box-orient: vertical;
3302+
}
3303+
}
32913304
/**
32923305
* AI Summary/Key Takeaways
32933306
*/
@@ -3465,7 +3478,7 @@ custom-digest {
34653478
}
34663479

34673480
/*
3468-
* Viafoura
3481+
* Viafoura - comments vendor
34693482
*/
34703483
.viafoura {
34713484
--dark-text-on-default-color: #0F1521;
@@ -3498,6 +3511,14 @@ custom-digest {
34983511
padding: 5px 10px;
34993512
}
35003513

3514+
.viafoura span.vf-follow-button__visible-text[data-v-25cf7183] {
3515+
position: relative;
3516+
}
3517+
3518+
.viafoura .vf-follow-button__hidden-text[data-v-25cf7183] {
3519+
display: none;
3520+
}
3521+
35013522
.viafoura #commentingIntro,
35023523
.viafoura .v3-comments__post-form {
35033524
border-top: 1px solid #ECEEF2;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saratoga-design-system",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"scripts": {
55
"build": "npx sass --no-source-map builds:dist",
66
"version": "npm run build && git add -A dist",

0 commit comments

Comments
 (0)