mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-24 23:20:49 +08:00
feat: ui 调整
This commit is contained in:
@@ -38,7 +38,7 @@ export default {
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.timeline-icon {
|
||||
@@ -92,9 +92,6 @@ export default {
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.timeline-item {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.timeline-icon {
|
||||
margin-right: 2px;
|
||||
|
||||
@@ -794,7 +794,7 @@ export default {
|
||||
.info-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
gap: 3px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -819,7 +819,6 @@ export default {
|
||||
.info-content-text {
|
||||
font-size: 16px;
|
||||
line-height: 1.8;
|
||||
opacity: 0.7;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -827,7 +826,7 @@ export default {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 10px;
|
||||
margin-top: 60px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.reactions-viewer {
|
||||
@@ -892,10 +891,6 @@ export default {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.info-content {
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.info-content-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user