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