Extract Extensions into their own right panel tab (#12844)
* Extract useIsVideoRoom hook Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Move useWidgets hook to WidgetUtils Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Extract Extensions into their own right panel tab Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Remove unused components & classes Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Tests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
fae5bf1612
commit
b55653ddf0
25 changed files with 820 additions and 475 deletions
|
@ -64,14 +64,6 @@ $accent-1400: var(--cpd-color-green-1400);
|
|||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
/* Add padding, so the outline is not chopped off on the left */
|
||||
.mx_BaseCard {
|
||||
padding-left: 4px !important; /* Remove 4 to allow 4 in mx_BaseCard_Group */
|
||||
}
|
||||
.mx_BaseCard_Group {
|
||||
padding-left: 4px !important;
|
||||
}
|
||||
|
||||
.mx_BasicMessageComposer .mx_BasicMessageComposer_inputEmpty > :first-child::before {
|
||||
color: $secondary-content;
|
||||
opacity: 1 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue