-
Notifications
You must be signed in to change notification settings - Fork 153
[Live-Site] - make sidebar collapsible #613
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
Closed
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
74694d1
sidebar particiapnts lists
Pratiyushkumar c837982
feature and testing ready
Pratiyushkumar 0755212
Merge branch '536-live-site-move-to-room-codes' into feature/sidebar
Pratiyushkumar 9bf2668
changes done in testing
Pratiyushkumar 67551fb
adding one loop for multiple roleNames
Pratiyushkumar 7d6586c
removed unwanted lines from code and gave some spaces between the tes…
Pratiyushkumar 24d567b
added the findby method again
Pratiyushkumar 4f82c31
made sidebar collapsible
Pratiyushkumar 9fb6f86
removed one assert statement
Pratiyushkumar 0043b60
fixed css
Pratiyushkumar 9bddcdc
Merge branch '536-live-site-move-to-room-codes' of https://github.com…
satyam73 d90578a
Merge pull request #583 from Real-Dev-Squad/feature/sidebar
satyam73 f0acee3
resolved merge conflicts
Pratiyushkumar 3e4198f
reso;ved merge conflicts
Pratiyushkumar ccc3ead
edited the background color of hamburger
Pratiyushkumar cca7d9e
removed the changes
Pratiyushkumar d7dc4dc
changes color and background color of hamburger icon
Pratiyushkumar aeb069b
fixed the changes suggested on review
Pratiyushkumar edc77ca
Merge branch 'develop-ember' of https://github.com/Real-Dev-Squad/web…
Pratiyushkumar 502f980
css added for hamburger icon
Pratiyushkumar 5853807
merge conflict resolved
Pratiyushkumar 2be1d34
changed position of toggle button on live-panel
Pratiyushkumar 9bf06aa
tried new icon for fullscreen
Pratiyushkumar b779742
merge conflict resolved
Pratiyushkumar 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 hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,34 +1,49 @@ | ||
| .icon-button { | ||
| all: unset; | ||
| background-color: var(--color-lightgrey); | ||
| cursor: pointer; | ||
| display: inline-block; | ||
| all: unset; | ||
| background-color: var(--color-lightgrey); | ||
| cursor: pointer; | ||
| display: inline-block; | ||
| } | ||
|
|
||
| .icon-button--pink-bg { | ||
| background-color: var(--color-pink); | ||
| color: var(--color-white) | ||
| background-color: var(--color-pink); | ||
| color: var(--color-white); | ||
| } | ||
|
|
||
| .icon-button--md { | ||
| border-radius: 50%; | ||
| height: 54px; | ||
| width: 54px; | ||
| margin-right: 2rem; | ||
| position: relative; | ||
| border-radius: 50%; | ||
| height: 54px; | ||
| width: 54px; | ||
| margin-right: 2rem; | ||
| position: relative; | ||
| } | ||
|
|
||
| .icon-button--md .icon__sidebar__toggle { | ||
| height: 50%; | ||
| width: 50%; | ||
| position: absolute; | ||
| bottom: 50%; | ||
| right: 50%; | ||
| transform: translate(50%, 50%); | ||
| } | ||
|
|
||
| .icon-button--md .iconify.iconify--material-symbols { | ||
| height: 50%; | ||
| width: 50%; | ||
| position: absolute; | ||
| bottom: 50%; | ||
| right: 50%; | ||
| transform: translate(50%, 50%); | ||
| height: 50%; | ||
| width: 50%; | ||
| position: absolute; | ||
| bottom: 50%; | ||
| right: 50%; | ||
| transform: translate(50%, 50%); | ||
| } | ||
|
|
||
| @media (max-width: 425px) { | ||
| .icon-button--md { | ||
| margin-right: 1rem; | ||
| } | ||
| } | ||
| .icon-button--md { | ||
| margin-right: 1rem; | ||
| } | ||
| } | ||
|
|
||
| @media (max-width: 768px) { | ||
| .icon__sidebar__toggle { | ||
| display: none; | ||
| } | ||
| } |
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.