Skip to content
Snippets Groups Projects
Commit 18ed8d04 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Bugfixes in positioning of context; & fixed

parent 1283413d
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ class PostgresSmartBackend implements Backend
backlog.type,
backlog.time,
network.networkname,
replace(replace(replace(backlog.message, '&', '&amp;'), '<', '&lt;'), '>', '&gt;') AS message
backlog.message
FROM
backlog
JOIN sender ON backlog.senderid = sender.senderid
......@@ -230,7 +230,7 @@ class PostgresSmartBackend implements Backend
backlog.type,
backlog.time,
network.networkname,
replace(replace(replace(backlog.message, '&', '&amp;'), '<', '&lt;'), '>', '&gt;') AS message
backlog.message
FROM
backlog
JOIN sender ON backlog.senderid = sender.senderid
......
......@@ -191,7 +191,7 @@
&.focus
padding: 0
margin: 1rem -1rem
margin: 0.5rem -0.5rem
@media(max-width: 800px)
margin: 1rem 0
......
......@@ -1070,7 +1070,7 @@ body {
position: relative; }
.results .buffer .container .context.focus {
padding: 0;
margin: 1rem -1rem; }
margin: 0.5rem -0.5rem; }
@media (max-width: 800px) {
.results .buffer .container .context.focus {
margin: 1rem 0; } }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment