优化布局
This commit is contained in:
@@ -2751,7 +2751,21 @@ input:checked+.slider:before {
|
||||
.filings {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.filing-sep {
|
||||
display: none;
|
||||
width: 1px;
|
||||
height: 12px;
|
||||
background: var(--text-muted);
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.filing-sep {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.filings a {
|
||||
|
||||
Reference in New Issue
Block a user