add css linter

This commit is contained in:
2026-07-20 22:47:37 +07:00
parent 301cfcd61b
commit c314e4f329
11 changed files with 1556 additions and 41 deletions
+5 -4
View File
@@ -87,12 +87,12 @@ getScenarios()
<style scoped>
.scenarios-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-flow: row wrap;
justify-content: center;
overflow-y: auto;
padding: 40px 0;
height: calc(100vh - 150px);
/* border: 1px solid red; */
}
@@ -100,6 +100,7 @@ getScenarios()
margin: 10px;
width: 150px;
cursor: pointer;
/* background-color: #553333; */
}
@@ -122,7 +123,7 @@ getScenarios()
display: flex;
justify-content: center;
align-items: center;
background-color: #333333;
background-color: #333;
}
.scenario-image {
@@ -134,7 +135,7 @@ getScenarios()
padding: 5px 0;
}
@media (min-width: 1024px) {
@media (width >= 1024px) {
.scenarios-container {
height: calc(100vh - 70px);
}