generated from VLADIMIR/template_frontend
add css linter
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user