mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-26 06:38:24 -04:00
parent
163c35ff87
commit
b56e03fd2f
34 changed files with 1076 additions and 3010 deletions
|
@ -11,14 +11,6 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.msg-logger-modal-info-icon {
|
||||
position: absolute;
|
||||
top: -24px;
|
||||
right: -24px;
|
||||
color: var(--interactive-normal);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.msg-logger-modal-header {
|
||||
flex-direction: column;
|
||||
|
||||
|
@ -43,11 +35,12 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.msg-logger-modal-header > div:has(input) {
|
||||
.msg-logger-modal-header>div:has(input) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.msg-logger-modal-tab-bar-item {
|
||||
margin-right: 32px;
|
||||
padding-bottom: 16px;
|
||||
margin-bottom: -2px;
|
||||
}
|
||||
|
@ -62,7 +55,7 @@
|
|||
color: var(--interactive-normal);
|
||||
}
|
||||
|
||||
:is(.vc-log-toolbox-btn:hover, .vc-log-toolbox-btn[class*="selected"]) svg {
|
||||
:is(.vc-log-toolbox-btn:hover, .vc-log-toolbox-btn[class*='selected']) svg {
|
||||
color: var(--interactive-active);
|
||||
}
|
||||
|
||||
|
@ -83,3 +76,31 @@
|
|||
margin: 6px;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.vc-updater-modal-content {
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
|
||||
div[class*="messagelogger-deleted"] [class*="contents"] > :is(div, h1, h2, h3, p) {
|
||||
color: var(--text-normal) !important;
|
||||
}
|
||||
|
||||
/* Markdown title highlighting */
|
||||
div[class*="messagelogger-deleted"] [class*="contents"] :is(h1, h2, h3) {
|
||||
color: var(--text-normal) !important;
|
||||
}
|
||||
|
||||
/* Bot "thinking" text highlighting */
|
||||
div[class*="messagelogger-deleted"] [class*="colorStandard"] {
|
||||
color: var(--text-normal) !important;
|
||||
}
|
||||
|
||||
/* Embed highlighting */
|
||||
div[class*="messagelogger-deleted"] article :is(div, span, h1, h2, h3, p) {
|
||||
color: var(--text-normal) !important;
|
||||
}
|
||||
|
||||
div[class*="messagelogger-deleted"] a {
|
||||
color: var(--text-link) !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue