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
2b851d5443
commit
1a0a24415c
20 changed files with 918 additions and 1453 deletions
|
@ -1,3 +1,45 @@
|
|||
[class*="chat-"] [class*="chatContent-"] form {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
[class*="chat-"] form [class*="typing-"] {
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
[class*="channelTextArea-"] {
|
||||
margin-bottom: 10px !important;
|
||||
margin-top: 24px !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
[class*="channelTextArea-"] [class*="inner-"] {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
[class*="sansAttachButton-"] {
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.typing .ellipsis,
|
||||
[class*="typing-"] span[class*="ellipsis-"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
form [class*="typing-"] {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
[class^="scrollerSpacer-"] {
|
||||
height: 4px !important;
|
||||
}
|
||||
|
||||
[class^="chatContent-"] > form:before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
[class^="chatContent-"] > form {
|
||||
padding: 0 !important;
|
||||
bottom: 0;
|
||||
|
|
|
@ -1,3 +1,45 @@
|
|||
[class*="chat-"] [class*="chatContent-"] form {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
[class*="chat-"] form [class*="typing-"] {
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
[class*="channelTextArea-"] {
|
||||
margin-bottom: 10px !important;
|
||||
margin-top: 24px !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
[class*="channelTextArea-"] [class*="inner-"] {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
[class*="sansAttachButton-"] {
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.typing .ellipsis,
|
||||
[class*="typing-"] span[class*="ellipsis-"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
form [class*="typing-"] {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
[class^="scrollerSpacer-"] {
|
||||
height: 4px !important;
|
||||
}
|
||||
|
||||
[class^="chatContent-"] > form:before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
[class^="channelTextArea-"],
|
||||
[class^="channelTextArea-"] > [class^="scrollableContainer-"] {
|
||||
background-color: transparent !important;
|
||||
|
|
41
modular/textarea/xmc_default.css
Normal file
41
modular/textarea/xmc_default.css
Normal file
|
@ -0,0 +1,41 @@
|
|||
[class*="chat-"] [class*="chatContent-"] form {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
[class*="chat-"] form [class*="typing-"] {
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
[class*="channelTextArea-"] {
|
||||
margin-bottom: 10px !important;
|
||||
margin-top: 24px !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
[class*="channelTextArea-"] [class*="inner-"] {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
[class*="sansAttachButton-"] {
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.typing .ellipsis,
|
||||
[class*="typing-"] span[class*="ellipsis-"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
form [class*="typing-"] {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
[class^="scrollerSpacer-"] {
|
||||
height: 4px !important;
|
||||
}
|
||||
|
||||
[class^="chatContent-"] > form:before {
|
||||
display: none !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue