-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Fix #272: Added See More button in activity panel #279
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
7309b77
changed postioning in activity panel
Roboneet 1cec5d4
added a button to see more details
Roboneet f036fbc
removed bounce action
Roboneet cb65f6b
added truncated charectors
Roboneet 7694d47
change in height and code style
Roboneet 62470da
resolving merge conflicts
Roboneet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,46 @@ | ||
.activity-strip-section >img{ | ||
width: auto; | ||
height: 100px; | ||
} | ||
width: auto; | ||
height: 100px; | ||
} | ||
|
||
.activity-screenshot img{ | ||
height:auto; | ||
} | ||
|
||
|
||
.activity-strip-section > div > .small{ | ||
position: relative; | ||
top: 10px; | ||
} | ||
|
||
@media only screen and (max-width: 450px){ | ||
|
||
|
||
.activity-strip .activity-strip-section{ | ||
width: 95%; | ||
height: auto; | ||
|
||
|
||
height: auto; | ||
} | ||
|
||
.activity-strip{ | ||
height:auto; | ||
overflow: auto; | ||
} | ||
|
||
.activity-screenshot{ | ||
position: absolute; | ||
top:100px; | ||
} | ||
|
||
.bug-type{ | ||
right: 0; | ||
} | ||
|
||
.activity-strip-section > div{ | ||
overflow: auto; | ||
} | ||
|
||
} | ||
|
||
@media only screen and (min-width: 400px){ | ||
.bug-type{ | ||
position:relative; | ||
right: 0 | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
As we are refactoring the code base, It would be great if you could replace the tabs with spaces and follow the styling rule similar to
website/static/css/main.css
.