* reduce items in one row for lower resolutions, bug #36921.

This commit is contained in:
liwenrui
2023-07-31 09:52:06 +08:00
parent 1dc96fa408
commit 2b3d208ea0
2 changed files with 10 additions and 0 deletions
@@ -47,6 +47,11 @@
#selected-data-sorter .list-group-item::before {content: counter(list-item); counter-increment: list-item; display: inline-block; width: 2ch; padding-right: 28px;}
#selected-data-sorter .list-group-item.drag-shadow::before {content: '';}
#selected-data-sorter .list-group-item .remove-icon {cursor: pointer; padding: 2px;}
@media (max-width: 1366px)
{
.obj-view-body {grid-template-columns: repeat(3, 1fr);}
}
</style>
<script>
@@ -39,6 +39,11 @@
.target-form-group .option label {cursor: pointer;}
.target-form-group .option input {cursor: pointer;}
#go-test-btn {margin-left: 16px;}
@media (max-width: 1366px)
{
.target-form-group .options {grid-template-columns: repeat(3, 1fr);}
}
</style>
<?php include 'promptdesignprogressbar.html.php';?>