修改完成
This commit is contained in:
+972
-3
File diff suppressed because it is too large
Load Diff
@@ -1263,3 +1263,34 @@
|
||||
flex-basis: 100%;
|
||||
}
|
||||
}
|
||||
.attachment-edit-list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(min(180px, 100%), 220px));
|
||||
gap: 12px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.attachment-edit-list:empty { display: none; }
|
||||
|
||||
.attachment-edit-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 8px;
|
||||
min-width: 0;
|
||||
padding: 10px;
|
||||
border: 1px solid var(--border, #e6ddcf);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.attachment-edit-item :is(img, video) {
|
||||
width: 100%;
|
||||
height: 140px;
|
||||
object-fit: contain;
|
||||
background: var(--paper, #faf7f0);
|
||||
}
|
||||
|
||||
.attachment-edit-name { overflow-wrap: anywhere; font-size: 13px; }
|
||||
.attachment-edit-remove { margin-top: auto; }
|
||||
.attachment-edit-remove:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
|
||||
.attachment-edit-remove:disabled { opacity: .5; cursor: not-allowed; }
|
||||
|
||||
@@ -1425,9 +1425,9 @@ textarea {
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
*:not(:where(.page-home-portal, .page-home-portal *)),
|
||||
*:not(:where(.page-home-portal, .page-home-portal *))::before,
|
||||
*:not(:where(.page-home-portal, .page-home-portal *))::after {
|
||||
animation-duration: .01ms !important;
|
||||
animation-iteration-count: 1 !important;
|
||||
scroll-behavior: auto !important;
|
||||
|
||||
Reference in New Issue
Block a user