-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modified topic viewer page and few UI changes on topic editor page. #6455
Changes from 50 commits
f115e45
28b6e0e
c429cae
83f6a9c
9cac86f
010e82c
ed6db59
cd0f299
a3c44a4
7276cb1
e04ff0e
f566c57
4913821
b017a2b
53f68cd
892949a
4aa5e63
0283d75
e595522
21d6944
46e2322
3cc076e
d4df339
a84476e
1bce319
9c75ed5
4448fdb
31758f9
4ec472a
9826745
03e46a8
73fc74a
458e0ba
3db14a6
3bcf798
7f4b7e8
47b7b7b
a96fb6f
5ae7186
b7dec02
5d322f3
38e29e7
b4e5374
a54d5c4
645574d
ef2160b
9a8e45d
9918305
2c00741
dee5636
ef01166
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,10 @@ | |
|
||
<div ng-if="topicViewerWindowIsNarrow" class="oppia-topic-viewer-low-width"> | ||
<md-card ng-repeat="canonicalStory in canonicalStories" class="oppia-story-summary-tile"> | ||
<canonical-story-summary-tile story-id="canonicalStory.id" | ||
title="canonicalStory.title" | ||
description="canonicalStory.description"> | ||
</canonical-story-summary-tile> | ||
<story-summary-tile story-id="canonicalStory.id" | ||
title="canonicalStory.title" | ||
description="canonicalStory.description"> | ||
</story-summary-tile> | ||
</md-card> | ||
</div> | ||
|
||
|
@@ -90,7 +90,7 @@ | |
stories-list div .oppia-topic-viewer-carousel { | ||
float: left; | ||
height: 430px; | ||
max-width: 1070px; | ||
max-width: 1420px; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This seems a little big. Does it work well on mobile? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @anubhavsinha98 Can you confirm this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, I just checked it on mobile view it seems its failing. Will fix it and update the PR. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @anubhavsinha98, are we expecting this to be fixed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have fixed it and actually in mobile view we get a list of story tiles vertically. Akshay has added screenshot for it. i think it can help. |
||
overflow: hidden; | ||
position: relative; | ||
width: auto; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add space after colon
/cc @oppia/dev-workflow-team this should be a lint check?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay.
Filed #6494.
Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anubhavsinha98, We have merged this PR without this fix and now the tests are failing in develop branch!