Skip to content

Commit 96499bf

Browse files
committed
fixÑ add misssiong env variables and fix index breakpoint
1 parent 66f4505 commit 96499bf

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.env

+2
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ TWITTER_URL=''
4949
USER_INFO_COOKIE_NAME=''
5050
OPTIMIZELY_FULL_STACK_SDK_KEY=''
5151
SHOW_UNGRADED_ASSIGNMENT_PROGRESS=''
52+
# Fallback in local style files
53+
PARAGON_THEME_URLS={}

.env.development

+2
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ CHAT_RESPONSE_URL='http://localhost:18000/api/learning_assistant/v1/course_id'
5151
PRIVACY_POLICY_URL='http://localhost:18000/privacy'
5252
OPTIMIZELY_FULL_STACK_SDK_KEY=''
5353
SHOW_UNGRADED_ASSIGNMENT_PROGRESS=''
54+
# Fallback in local style files
55+
PARAGON_THEME_URLS={}

src/index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
height: 56px !important;
440440
}
441441

442-
@include media-breakpoint-down(xs) {
442+
@media (--pgn-size-breakpoint-max-width-xs) {
443443
.course-outline-tab .pgn__card {
444444
.pgn__card-header {
445445
display: block;

0 commit comments

Comments
 (0)