xmc/modular/left_reply.css

37 lines
875 B
CSS
Raw Permalink Normal View History

2023-10-26 20:10:59 +00:00
[class^="channelTextArea_"] > [class^="attachedBars_"] [class^="replyBar_"],
[class^="channelTextArea_"]
> [class^="attachedBars_"]
[class^="threadSuggestionBar_"] {
2022-10-19 03:12:12 +00:00
background: transparent;
}
2023-10-26 20:10:59 +00:00
[class^="channelTextArea_"] > [class^="attachedBars_"] [class^="replyBar_"] {
2022-10-19 03:12:12 +00:00
display: flex;
flex-direction: row-reverse;
align-self: flex-start;
}
2023-10-26 20:10:59 +00:00
[class^="channelTextArea_"]
> [class^="attachedBars_"]
[class^="replyBar_"]
> [class^="actions_"] {
2022-10-19 03:12:12 +00:00
flex-direction: row-reverse;
}
2023-10-26 20:10:59 +00:00
[class^="channelTextArea_"]
> [class^="attachedBars_"]
[class^="replyBar_"]
[class*="replyLabel_"] {
2022-10-19 03:12:12 +00:00
margin-left: 12px;
}
2023-10-26 20:10:59 +00:00
[class^="channelTextArea_"]
> [class^="attachedBars_"]
[class^="replyBar_"]
> [class^="actions_"]::after {
2022-10-19 03:12:12 +00:00
position: relative;
content: "";
background-color: var(--background-modifier-accent);
width: 1px;
height: 20px;
left: 100%;
2022-10-19 03:32:11 +00:00
}