Update Thread Detail Reply toggle design
This commit is contained in:
@@ -643,11 +643,14 @@ class HtmlUtils {
|
|||||||
.quote-toggle-button {
|
.quote-toggle-button {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
background-color: #e8eaed;
|
background-color: #d7e2f5;
|
||||||
padding: 4px 8px;
|
padding: 0;
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
border-radius: 9999px;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s ease-in-out;
|
transition: background-color 0.2s ease-in-out;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -664,10 +667,10 @@ class HtmlUtils {
|
|||||||
background-color: #cdcdcd !important;
|
background-color: #cdcdcd !important;
|
||||||
}
|
}
|
||||||
.dot {
|
.dot {
|
||||||
width: 4px;
|
width: 3.75px;
|
||||||
height: 4px;
|
height: 3.75px;
|
||||||
background-color: #4b5563;
|
background-color: #55687d;
|
||||||
border-radius: 9999px;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
</style>''';
|
</style>''';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user