This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 833
Implement improved spacing for the thread list and timeline #8337
Merged
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
b7f9296
Fix avatar size: Thread list and thread timeline
luixxiul 54f4dfc
Thread list: Right padding
luixxiul 05cad5e
Thread list: Padding inside each thread
luixxiul 24d65ab
Thread list: Margin between thread and border
luixxiul 5bcde0c
Thread list: Align the reply summary, avatar, and the content
luixxiul 48e4db9
Thread list: Spacing with the scroll bar enabled / disabled
luixxiul 31711f1
Thread list: Remove the magic number from the timestamp
luixxiul 7d3ac60
Thread list: Remove !important to clarify the rule dependency
luixxiul 0ed326f
Thread list: Spacing horizontal bar and right border
luixxiul 8655734
Thread list: MessageActionBar
luixxiul fa25451
Thread list: Dedupe (profile and eventtile line padding)
luixxiul a93a5a8
Thread list: Background-color
luixxiul c4b7a3b
Normalize: Thread info icon
luixxiul fb8cd59
Thread Timeline: Right margin
luixxiul 317654f
Thread list: Right margin
luixxiul 2a366bf
Thread Timeline: Avatar left padding
luixxiul 8ee9e71
Thread Timeline: Message left margin
luixxiul 25b854f
Thread Timeline: Action bar position
luixxiul bba2bde
Thread Timeline: Message action bar position and padding inside a mes…
luixxiul e7988ec
Thread Timeline: Spacing between the avatar and the right border (bub…
luixxiul ba6d4a9
Add comments
luixxiul 29bb381
Thread Timeline: Fix sender ID, avatar, and spacing
luixxiul d80cc2e
Merge branch 'develop' into Thread
luixxiul 0661f0f
Set z-index to MessageActionBar with a variable
luixxiul e9ea310
8px spacing with AutoHideScrollbar
luixxiul b4187e4
8px spacing below mx_EventTile_line
luixxiul b739ebf
Add 2px to leftOffset
luixxiul 5b867c6
Merge branch 'develop' of https://github.com/matrix-org/matrix-react-…
luixxiul e97d112
Remove ThreadPanel_ThreadInfo
luixxiul 3ab6c70
Vertical: 12px gap and 20px gap
luixxiul a413e3a
Horizontal: spacing
luixxiul ef33183
Vertical: spacing around 1px horizontal line
luixxiul addd6a7
Fix regressions: chat panel with a maximized widget
luixxiul afce31e
Set padding-top: 16px
luixxiul 5fb4274
Fix regression: timestamp position inside a thread
luixxiul b737bef
Fix position of the message action bar
luixxiul 1a5b503
Fix regression: line height of profile
luixxiul e65bb2e
Simplify the structure
luixxiul 423a235
Revert the one line change
luixxiul 7c06cbe
Update src/components/views/rooms/EventTile.tsx
luixxiul 508dbb2
Merge branch 'develop' of https://github.com/matrix-org/matrix-react-…
luixxiul 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
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
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.
These are partial revert of addd6a7. They are not required thanks to the original properties on _GroupLayout.scss.