v0.10.17a - Various fixes

This commit is contained in:
frederikpyt 2020-08-31 11:56:05 +02:00
parent 59bd705d89
commit 34e123ee19
5 changed files with 8 additions and 7 deletions

View File

@ -7127,11 +7127,11 @@ main {
html,
body {
background-color: #666666;
background-color: #2c2f33;
}
main {
background-color: #666666;
background-color: #2c2f33;
}
* {

View File

@ -1,9 +1,9 @@
html, body {
background-color: rgb(102, 102, 102);
background-color: #2c2f33;
}
main {
background-color: rgb(102, 102, 102);
background-color: #2c2f33;
}
* {

View File

@ -47,7 +47,8 @@
</div>
@endif
<div class="container">
{!! \App\Helpers::closetags(substr($guide->guide_articles, 0, 300)) !!}
@php $tags = [ '<p>', '<b>', '<em>', '<a>', '<u>', '<s>', '<sub>', '<ul>', '<li>', '<sup>', '<div>', '<blockquote>', '<ol>', '<strong>', '<br>', '<h1>', '<h2>', '<h3>', '<h4>', '<h5>', '<h6>', '<h7>', '<span>'] @endphp
{!! \App\Helpers::closetags(substr(strip_tags($guide->guide_articles, $tags), 0, 300)) !!}
<div class="row" style="justify-content: center;">
<a style="margin: 0; padding: 0; text-align: center; font-weight: 700;" class="sde-blue" href="{{route("guides.show", ["guide" => $guide->id ])}}">{{__('msg.læsmere')}}</a>
</div>

View File

@ -17,7 +17,7 @@
}
</script>
</head>
<body onload="onLoadRedirect()">
<body>
<main style="justify-content: unset">
<h1 class="sde-blue" style="font-size: 12vw; text-align: center">{{__("msg.error")}}</h1>

View File

@ -17,7 +17,7 @@
}
</script>
</head>
<body onload="onLoadRedirect()">
<body>
<main style="justify-content: unset">
<h1 class="sde-blue" style="font-size: 12vw; text-align: center">{{__("msg.error")}}</h1>