left aligned grid
This commit is contained in:
@@ -429,13 +429,13 @@
|
|||||||
|
|
||||||
.documents-grid {
|
.documents-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(var(--documents-grid-icon-size), 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(var(--documents-grid-icon-size), var(--documents-grid-icon-size)));
|
||||||
gap: 0.3rem 1.3rem;
|
gap: 0.3rem 1.5rem;
|
||||||
padding: 0;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.document-card {
|
.document-card {
|
||||||
padding: 0rem;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.3rem;
|
gap: 0.3rem;
|
||||||
@@ -460,7 +460,6 @@
|
|||||||
.document-card__meta {
|
.document-card__meta {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
|
||||||
gap: 0.35rem;
|
gap: 0.35rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@@ -468,7 +467,6 @@
|
|||||||
.document-card__title {
|
.document-card__title {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
|
||||||
gap: 0.35rem;
|
gap: 0.35rem;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
@@ -549,7 +547,7 @@
|
|||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: break-word;
|
word-break: break-word;
|
||||||
font-size: var(--documents-grid-title-size);
|
font-size: var(--documents-grid-title-size);
|
||||||
padding: 0.2rem 0.7rem;
|
padding: 0.2rem 0.7rem;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user