forked from MapComplete/MapComplete
Studio: support 'hidden-in-studio'-segments in HTML, clarify 'layers'-documentation. See #1929
This commit is contained in:
parent
4a8ecddd2f
commit
70bb4bb006
8 changed files with 150 additions and 40 deletions
|
@ -10,6 +10,12 @@
|
|||
<link href="css/ReviewElement.css" rel="stylesheet"/>
|
||||
<link href="./css/index-tailwind-output.css" rel="stylesheet"/>
|
||||
<link href="./css/wikipedia.css" rel="stylesheet"/>
|
||||
<style>
|
||||
.hidden-in-studio {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="main" class="h-full">Loading studio...</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue