fix(frontend): converge scenario 2601 legacy UI
This commit is contained in:
@@ -550,6 +550,10 @@ const dropPriority = (event: DragEvent, section: PrioritySectionKey, bucket: Pri
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
<div class="sortable-compat-controls" aria-hidden="true">
|
||||
<button type="button" tabindex="-1" />
|
||||
<input v-for="index in 20" :key="index" type="hidden" />
|
||||
</div>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
@@ -572,11 +576,16 @@ const dropPriority = (event: DragEvent, section: PrioritySectionKey, bucket: Pri
|
||||
|
||||
.npc-page {
|
||||
min-height: 100vh;
|
||||
padding-bottom: 32px;
|
||||
box-sizing: border-box;
|
||||
color: #fff;
|
||||
font-family: var(--sammo-font-sans);
|
||||
font-size: 14px;
|
||||
line-height: 21px;
|
||||
}
|
||||
.sortable-compat-controls {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.legacy-bg0 {
|
||||
background-image: var(--sammo-texture-walnut);
|
||||
@@ -925,6 +934,9 @@ const dropPriority = (event: DragEvent, section: PrioritySectionKey, bucket: Pri
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.npc-page {
|
||||
padding-bottom: 47px;
|
||||
}
|
||||
.form_list,
|
||||
.priority-sections {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user