mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
style(export): flatten media default options
This commit is contained in:
@@ -222,9 +222,10 @@
|
|||||||
|
|
||||||
.media-default-grid {
|
.media-default-grid {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
align-items: center;
|
||||||
gap: 8px 12px;
|
flex-wrap: nowrap;
|
||||||
|
gap: 14px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
@@ -238,8 +239,9 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input[type='checkbox'] {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
accent-color: var(--primary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -435,6 +437,10 @@
|
|||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-default-grid {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
.format-grid {
|
.format-grid {
|
||||||
grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user