修复边框问题
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
.quote-line {
|
||||
width: 2px;
|
||||
height: 14px;
|
||||
background: rgba(120, 120, 128, 0.12);
|
||||
background: rgba(120, 120, 128, 0.2);
|
||||
border-radius: 7px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
@@ -194,7 +194,7 @@
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
padding: 4px 8px;
|
||||
background: rgba(120, 120, 128, 0.12);
|
||||
background: rgba(120, 120, 128, 0.2);
|
||||
border-radius: 20px;
|
||||
width: fit-content;
|
||||
margin-top: 4px;
|
||||
|
||||
Reference in New Issue
Block a user