fix media item sort
This commit is contained in:
@ -131,17 +131,19 @@
|
||||
height: 100%;
|
||||
|
||||
.items {
|
||||
gap: 8rpx;
|
||||
display: flex;
|
||||
padding: 0 32rpx 128rpx 32rpx;
|
||||
|
||||
.wrapper {
|
||||
column-gap: 8rpx;
|
||||
column-count: 3;
|
||||
padding-bottom: 128rpx;
|
||||
align-items: flex-start;
|
||||
|
||||
.column {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.item {
|
||||
overflow: hidden;
|
||||
background: var(--theme-bg-card);
|
||||
break-inside: avoid;
|
||||
margin-bottom: 8rpx;
|
||||
|
||||
&.thumbnail {
|
||||
|
||||
Reference in New Issue
Block a user