mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
improve direct messages look
This commit is contained in:
+12
-3
@@ -1809,7 +1809,11 @@ body {
|
|||||||
|
|
||||||
li.MessageList__unread___3imtO {
|
li.MessageList__unread___3imtO {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: rgba(0, 0, 0, 0.3);
|
background: rgb(228 225 225);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark li.MessageList__unread___3imtO {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.MessageList__MessageList___3DxoC > ol > li:hover {
|
.MessageList__MessageList___3DxoC > ol > li:hover {
|
||||||
@@ -1913,9 +1917,14 @@ li.MessageList__unread___3imtO {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .MessageList__MessageList___3DxoC > ol > li.MessageList__selected___1SJNz {
|
||||||
|
background: var(--background-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
.MessageList__MessageList___3DxoC > ol > li.MessageList__selected___1SJNz {
|
.MessageList__MessageList___3DxoC > ol > li.MessageList__selected___1SJNz {
|
||||||
background: var(--auto-background);
|
background: rgb(228 225 225);
|
||||||
color: var(--text-color);
|
color: var(--text-primary);
|
||||||
}
|
}
|
||||||
.NewsArticle {
|
.NewsArticle {
|
||||||
border-radius: 1rem !important;
|
border-radius: 1rem !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user