📕 Added recently imported section to dashboard
This commit is contained in:
@@ -16317,7 +16317,7 @@ readers do not read off random characters that represent icons */
|
||||
}
|
||||
|
||||
.card-container .card {
|
||||
max-width: 500px;
|
||||
max-width: 200px;
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
.card-container .card .is-horizontal {
|
||||
|
||||
@@ -40,26 +40,26 @@ $border-color: red;
|
||||
}
|
||||
}
|
||||
.card-container {
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
// column-gap: 0.5em;
|
||||
// row-gap: 1.2em;
|
||||
// .card {
|
||||
// max-width: 200px;
|
||||
//
|
||||
// .truncate {
|
||||
// width: 100px;
|
||||
// white-space: nowrap;
|
||||
// overflow: hidden;
|
||||
// text-overflow: ellipsis;
|
||||
// }
|
||||
//
|
||||
// img {
|
||||
// max-width: 200px;
|
||||
// }
|
||||
// }
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
column-gap: 0.5em;
|
||||
row-gap: 1.2em;
|
||||
.card {
|
||||
max-width: 500px;
|
||||
max-width: 200px;
|
||||
|
||||
.truncate {
|
||||
width: 100px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 200px;
|
||||
}
|
||||
}
|
||||
.card {
|
||||
max-width: 200px;
|
||||
margin: 0 0 15px 0;
|
||||
.is-horizontal {
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user