diff options
author | Mario <mario@mariovavti.com> | 2021-10-12 11:25:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-12 11:25:44 +0000 |
commit | 3e503ec3a35e4226a566c1986bf570afc7c8a53f (patch) | |
tree | 36ac7c4941af669010e7684f77324be24b610bee /view/css | |
parent | e455fae334c4b5f8d5a563e099add1482749c92f (diff) | |
download | volse-hubzilla-3e503ec3a35e4226a566c1986bf570afc7c8a53f.tar.gz volse-hubzilla-3e503ec3a35e4226a566c1986bf570afc7c8a53f.tar.bz2 volse-hubzilla-3e503ec3a35e4226a566c1986bf570afc7c8a53f.zip |
Revert "httpsig: add parentheses"
This reverts commit e455fae334c4b5f8d5a563e099add1482749c92f.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 2 | ||||
-rw-r--r-- | view/css/widgets.css | 18 |
2 files changed, 5 insertions, 15 deletions
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 */ |