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
@@ -258,6 +258,7 @@ async function deletePlace(place: Place) {
<style scoped>
.settings-block {
height: 40px;
/* background-color: brown; */
}
@@ -272,7 +273,7 @@ async function deletePlace(place: Place) {
.name-text {
padding: 3px;
border-radius: 3px;
background-color: rgba(255, 255, 255, 0.1);
background-color: rgb(255 255 255 / 10%);
}
.settings-header {
@@ -285,15 +286,15 @@ async function deletePlace(place: Place) {
.places-container {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
flex-flow: column nowrap;
overflow-y: auto;
padding: 20px 0;
height: calc(100vh - 150px);
/* border: 1px solid red; */
}
@media (min-width: 1024px) {
@media (width >= 1024px) {
.places-container {
padding: 20px 250px;
height: calc(100vh - 70px);