mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Fix columns
This commit is contained in:
@@ -464,7 +464,7 @@ body {
|
||||
|
||||
.asset-management {
|
||||
display: grid;
|
||||
grid-template-columns: 1.25fr 1fr;
|
||||
grid-template-columns: 2fr 356px;
|
||||
gap: 16px;
|
||||
margin-top: 14px;
|
||||
align-items: start;
|
||||
@@ -614,6 +614,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
width: 328px;
|
||||
}
|
||||
|
||||
.selected-asset-actions {
|
||||
@@ -692,6 +693,12 @@ body {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.title-row strong {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.meta-text {
|
||||
margin: 6px 0 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user