Add Sorting Functionality and UI Enhancements
This commit is contained in:
parent
7db98ac97c
commit
8c56cdca32
3 changed files with 210 additions and 113 deletions
|
@ -356,6 +356,23 @@ h4 {
|
|||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
#sorting-container {
|
||||
margin-bottom: 15px;
|
||||
padding: 10px;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
#sorting-container label {
|
||||
font-weight: bold;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#sorting-container button {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.square-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue