Skip to content

Commit

Permalink
feat(names): function added to replace layer names
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonU2 committed Feb 5, 2025
1 parent fd5a8e8 commit 42912b5
Show file tree
Hide file tree
Showing 5 changed files with 341 additions and 220 deletions.
15 changes: 0 additions & 15 deletions packages/geoview-core/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,21 +254,6 @@ table.state {
color: #506882;
}

textarea {
height: 99999px;
line-height: 21px;
overflow-y: hidden;
padding: 0;
border: 0;
background: #282a3a;
color: #fff;
min-width: 500px;
outline: none;
resize: none;
overflow-x: auto;
white-space: nowrap;
}

@media only screen and (max-width: 767px) {
body {
padding: 2px; /* Adjust the value as needed */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@
#serviceUrlInput {
width: 700px;
}

textarea {
height: 99999px;
line-height: 21px;
overflow-y: hidden;
padding: 0;
border: 0;
background: #282a3a;
color: #fff;
min-width: 500px;
outline: none;
resize: none;
overflow-x: auto;
white-space: nowrap;
}
</style>
</head>

Expand Down
Loading

0 comments on commit 42912b5

Please sign in to comment.