diff --git a/srv/css/mobile.css b/srv/css/mobile.css index 2825254..7748eb1 100644 --- a/srv/css/mobile.css +++ b/srv/css/mobile.css @@ -69,7 +69,7 @@ font-size: medium; display: flex; padding: 10px; } -.box-input input { +.box-input textarea { flex: 1; padding: 10px; border: var(--border) var(--accent) solid; @@ -139,3 +139,15 @@ color: var(--accent); .menu-toggle:checked + .hamburger + .nav { display: block; } +.spoiler { +background-color: var(--dark-background); +color: rgb(0,0,0,0); +cursor: pointer; +transition: color 0.2s; +display: inline; +outline: none; +} +.spoiler:hover, +.spoiler:focus { +color: var(--accent); +} diff --git a/srv/mob/index.php b/srv/mob/index.php index 006cc62..0e75ecf 100644 --- a/srv/mob/index.php +++ b/srv/mob/index.php @@ -128,7 +128,7 @@ function bbcode_to_html($text, $settings) '$2', '$2', '

$2

', - '$2', + '$2', '
  • $2
  • ', '$2', '>>$1$2
    ' @@ -1816,9 +1816,10 @@ function show_post_form($db, $msg, $sub, $settings, $org_id, $quote, $ip) $token = make_token(); $html_string .= "" - . ''; + . '' + . '' + . ''; $current = time(); $hash = hash('sha512', $token); @@ -1985,10 +1986,10 @@ function show_set_feeds_form($db, $settings) . '
    ' . 'Show everything except: ' . '
    ' + . 'subs you do not want to see\'>


    ' . 'OR Show nothing but: ' . '
    ' + . 'the only subs you want to see\'>


    ' . '