You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datasette/templates/allow_debug.html
+23-31Lines changed: 23 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,9 @@
5
5
{% block extra_head %}
6
6
{% include "_permission_ui_styles.html" %}
7
7
<style>
8
-
.two-col {
9
-
display: inline-block;
10
-
width:48%;
11
-
}
12
-
.two-collabel {
13
-
width:48%;
14
-
}
15
8
p.message-warning {
16
9
white-space: pre-wrap;
17
10
}
18
-
@mediaonly screen and (max-width:576px) {
19
-
.two-col {
20
-
width:100%;
21
-
}
22
-
}
23
11
</style>
24
12
{% endblock %}
25
13
@@ -32,24 +20,28 @@ <h1>Debug allow rules</h1>
32
20
33
21
<p>Use this tool to try out different actor and allow combinations. See <ahref="https://docs.datasette.io/en/stable/authentication.html#defining-permissions-with-allow-blocks">Defining permissions with "allow" blocks</a> for documentation.</p>
0 commit comments