mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Add additional marketplace options on launch
This commit is contained in:
@@ -236,7 +236,8 @@
|
||||
|
||||
.modal .modal-inner .marketplace-list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, 240px);
|
||||
grid-auto-rows: 240px;
|
||||
gap: 16px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
@@ -250,7 +251,8 @@
|
||||
border: 1px solid rgba(148, 163, 184, 0.3);
|
||||
border-radius: 10px;
|
||||
background-color: rgba(15, 23, 42, 0.6);
|
||||
min-height: 240px;
|
||||
width: 240px;
|
||||
height: 240px;
|
||||
}
|
||||
|
||||
.modal .modal-inner .marketplace-logo {
|
||||
@@ -273,11 +275,31 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.modal .modal-inner .marketplace-content strong {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.modal .modal-inner .marketplace-content p {
|
||||
margin: 0;
|
||||
color: rgba(226, 232, 240, 0.8);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
}
|
||||
|
||||
.modal .modal-inner .marketplace-content small {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.modal .modal-inner .marketplace-actions {
|
||||
|
||||
Reference in New Issue
Block a user