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 {
|
.asset-management {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1.25fr 1fr;
|
grid-template-columns: 2fr 356px;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
@@ -614,6 +614,7 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
|
width: 328px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected-asset-actions {
|
.selected-asset-actions {
|
||||||
@@ -692,6 +693,12 @@ body {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title-row strong {
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
.meta-text {
|
.meta-text {
|
||||||
margin: 6px 0 0;
|
margin: 6px 0 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user