mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 14:36:18 +00:00
Disable hypothes.is as I'm unable to control its location.
This commit is contained in:
@@ -68,7 +68,6 @@ nav { font-family: sans-serif}
|
||||
.topline-node{
|
||||
vertical-align: middle;
|
||||
overflow-y: auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.topline-node-wrapper {
|
||||
@@ -76,6 +75,16 @@ nav { font-family: sans-serif}
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#hypothesis-frame {
|
||||
|
||||
}
|
||||
|
||||
.hypothesis-adder {
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
-webkit-box-sizing: border-box; // Safari/Chrome, other WebKit
|
||||
-moz-box-sizing: border-box; // Firefox, other Gecko
|
||||
|
||||
@@ -31,15 +31,14 @@
|
||||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
|
||||
<link rel="stylesheet" media="screen" type="text/css" href="{{ url_for('static',filename='css/screen-dark.css')}}?uncached20" id="theme-link" />
|
||||
<script type=text/javascript src="{{url_for('static', filename='js/main.js')}}"></script>
|
||||
<!-- considering this way of integrating hypothesis, although I like "standard" (sidebar) mode.
|
||||
<!--
|
||||
<script type="application/json" class="js-hypothesis-config">
|
||||
{
|
||||
"externalContainerSelector": ".node",
|
||||
"externalContainerSelector": ".hypothesis-frame",
|
||||
}
|
||||
</script>
|
||||
-->
|
||||
<script async src="https://hypothes.is/embed.js"></script>
|
||||
<script src="https://hypothes.is/embed.js" async></script>
|
||||
-->
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
@@ -76,7 +75,6 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="topline-search">
|
||||
<strong>↳ search on:</strong>
|
||||
@@ -93,11 +91,15 @@
|
||||
<strong>↳ in this agora ⬎</strong>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
|
||||
<div class="content">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
<div class="hypothesis-frame"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
-->
|
||||
|
||||
<div class="stoa">
|
||||
<span class="stoa-header">⟴ stoa</span><br />
|
||||
<span class="stoa-header">⟴ stoa</span><br />
|
||||
<div class="stoa-public">
|
||||
<span class="subnode-header">from <a href="https://stoa.anagora.org/p/{{node.uri}}">stoa.anagora.org/p/{{node.uri}}</a></span><br />
|
||||
<iframe name="embed_readwrite" src="https://stoa.anagora.org/p/{{node.uri}}?showControls=true&showChat=true&showLineNumbers=true&useMonospaceFont=false" width="100%" height="800" frameborder="0"></iframe>
|
||||
|
||||
Reference in New Issue
Block a user