mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-17 11:03:41 +08:00
fix: layout issues
This commit is contained in:
@@ -28,7 +28,12 @@ body {
|
||||
border-bottom: 1px solid rgba(0,0,0,.1);
|
||||
}
|
||||
.semi-space {
|
||||
display: block!important;
|
||||
/*display: block!important;*/
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
row-gap: 3px;
|
||||
column-gap: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user