mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
Make Modular
This commit is contained in:
parent
9761e0d166
commit
aab8e97348
11 changed files with 903 additions and 348 deletions
|
@ -1,5 +1,6 @@
|
|||
[class^="chatContent-"] > form {
|
||||
padding: 0 !important;
|
||||
bottom: 0;
|
||||
}
|
||||
[class^="chatContent-"] > form [class^="channelTextArea"] {
|
||||
margin-bottom: 0 !important;
|
||||
|
@ -24,6 +25,12 @@
|
|||
> [class^="scrollableContainer-"]
|
||||
> [class^="inner-"]
|
||||
> [class^="buttons-"],
|
||||
[class^="chatContent-"]
|
||||
> form
|
||||
[class^="channelTextArea"]
|
||||
> [class^="scrollableContainer-"]
|
||||
> [class^="inner-"]
|
||||
> [class^="attachWrapper-"],
|
||||
[class^="chatContent-"]
|
||||
> form
|
||||
[class^="channelTextArea"]
|
||||
|
@ -31,7 +38,7 @@
|
|||
> [class^="inner-"]
|
||||
> [class^="attachWrapper-"]
|
||||
> [class^="attachButton-"] {
|
||||
height: 53px;
|
||||
min-height: 53px;
|
||||
}
|
||||
[class^="chatContent-"]
|
||||
> form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue