This commit is contained in:
zadit
2025-02-03 07:17:53 +07:00
parent 02e101025e
commit fa5bab4d5f
8 changed files with 199 additions and 30 deletions

View File

@@ -293,7 +293,7 @@
justify-content: space-around;
position: relative;
overflow: hidden;
width: calc(100vw - 30px);
width: calc(100vw - 50px);
}
.dateSelector {
@@ -342,4 +342,33 @@
margin-bottom: 10px;
width: 100%;
height: 52px;
}
.filterSelectorWrapper {
display: flex;
justify-content: space-around;
position: relative;
overflow: hidden;
width: calc(100vw - 60px);
margin: 10px 30px 10px 30px;
}
.filterSelector {
flex-grow: 1;
padding: 6px;
width: calc(30vw - 30px);
background-color: #00000045;
border-radius: 20px;
font-size: 14px;
margin: 3px;
}
.filterSelectorInactive {
flex-grow: 1;
padding: 6px;
width: calc(30vw - 30px);
border-radius: 20px;
font-size: 14px;
margin: 3px;
background-color: white;
border: 1px solid black;
}