From 179c6ac4185139061b35c58a15f599ad746d3973 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Sat, 19 Nov 2022 22:54:23 +0000 Subject: [PATCH] Fix game view> btn on mobile --- assets/css/styles.css | 5 +++++ templates/games.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 7fa0cbd..a2cec1e 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -6937,6 +6937,11 @@ textarea.form-control-lg { position: absolute !important; } +@media (min-width: 768px) { + .position-absolute-md { + position: absolute !important; + } +} .position-fixed { position: fixed !important; } diff --git a/templates/games.html b/templates/games.html index 541da3d..df4a15a 100644 --- a/templates/games.html +++ b/templates/games.html @@ -20,7 +20,7 @@

{{project.title}}

{% if project.weblate %}{{ _("Translated by the Queerscriptors") }}{% endif %} {{project.body}} -