From 3e503ec3a35e4226a566c1986bf570afc7c8a53f Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 12 Oct 2021 11:25:44 +0000 Subject: Revert "httpsig: add parentheses" This reverts commit e455fae334c4b5f8d5a563e099add1482749c92f. --- view/css/conversation.css | 2 +- view/css/widgets.css | 18 ++------ view/tpl/notes.tpl | 103 ++++------------------------------------------ 3 files changed, 14 insertions(+), 109 deletions(-) (limited to 'view') diff --git a/view/css/conversation.css b/view/css/conversation.css index 88081c2c6..dbb930fc7 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -313,7 +313,7 @@ code { } code.inline-code { - padding: 0.2em; + padding: 0px 4px; display: inline; } diff --git a/view/css/widgets.css b/view/css/widgets.css index b78725919..a67c10ed2 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -41,23 +41,13 @@ li:hover .widget-nav-pills-icons { /* notes */ #note-text { - padding: 7px 10px; + border: 1px solid rgba(0,0,0,.125); + padding: 5px; width: 100%; resize: vertical; min-height: 250px; - overflow-y: auto; - overflow-x: hidden; -} - -#note-text-html { - padding: 7px 10px; - height: 250px; - width: 100%; - resize: vertical; - min-height: 250px; - overflow-y: auto; - overflow-x: hidden; - + overflow: auto; + outline: none; } /* saved searches */ diff --git a/view/tpl/notes.tpl b/view/tpl/notes.tpl index 22a249fd9..0ae0604ef 100644 --- a/view/tpl/notes.tpl +++ b/view/tpl/notes.tpl @@ -1,122 +1,37 @@ {{if $app}}
-
-
Read mode
+

{{$banner}}

-
+
{{else}}
-
Read mode
-

{{$banner}}

+

{{$banner}}

{{/if}} - -
{{$html}}
+ {{if $app}}
-- cgit v1.2.3