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 829
Conform class names of mx_AppTileBody
for a widget and PiP widget to our naming policy
#11002
Merged
Merged
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
80c4d8c
Rename classes of appTileBodyClass
luixxiul 43ad673
Apply a common CSS declaration to mx_AppTileBody
luixxiul 2e0b464
Strictify style rule specificity to avoid visual regressions - mx_App…
luixxiul 163aa02
Run prettier
luixxiul 9a5b353
Change --normal to --large
luixxiul 80ff00e
Edit and add comments
luixxiul 36b63a6
Merge branch 'develop' into AppTileBody2
luixxiul 688f889
Rename classes of appTileBodyClass
luixxiul 6190dd0
Apply a common CSS declaration to mx_AppTileBody
luixxiul 1afbee1
Strictify style rule specificity to avoid visual regressions - mx_App…
luixxiul 6cfc2cb
Run prettier
luixxiul 52f23d9
Change --normal to --large
luixxiul 49599c9
Edit and add comments
luixxiul 20d565d
Merge branch 'develop' into AppTileBody2
luixxiul 7c2ebdd
Merge branch 'AppTileBody2' of https://github.com/luixxiul/matrix-rea…
luixxiul c25dd5a
Update a Jest snapshot
luixxiul 42a5247
Merge branch 'develop' of https://github.com/matrix-org/matrix-react-…
luixxiul b2e2b07
Merge branch 'develop' of https://github.com/matrix-org/matrix-react-…
luixxiul 9da564d
Update a Jest snapshot
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
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 have not really been efficient, as it was impossible to specify common declarations to a single selector.
Also, the class name
mx_AppTileBody
had been misleading as it did not indicate by itself that the style rules added to the selector were in fact not applied to AppTileBody on mini mode.