diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index 83024e5..92a3222 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -5115,6 +5115,7 @@ a.remove-from-hall:hover { #halls-container { grid-template-columns: 1fr 1fr 1fr; + margin: 35px; } @media (max-width: 768px) { @@ -7182,6 +7183,7 @@ input#s_avatar { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; padding: 20px 0; + margin: 35px; } .tag-card { @@ -11896,9 +11898,6 @@ body.layout-modern .tag-ac-input { /* ── Send form ───────────────────────────────────────────── */ .dm-send-form { - gap: 8px; - margin-top: 12px; - padding-top: 12px; border-top: 1px solid #333; flex-shrink: 0; } @@ -11928,14 +11927,13 @@ body.layout-modern .tag-ac-input { background: var(--accent); color: var(--bg, #000); border: none; - border-radius: 8px; - padding: 10px 18px; font-weight: 700; cursor: pointer; font-size: 0.9em; - height: 44px; flex-shrink: 0; transition: opacity 0.15s; + height: 28px; + border-radius: 10%; } .dm-send-btn:hover { @@ -12273,6 +12271,13 @@ body.layout-modern .tag-ac-input { z-index: 1; display: flex !important; flex-direction: column !important; + transition: right 0.3s ease-in-out; + } + + @media (min-width: 1200px) { + body:not(.sidebar-right-hidden) .messages-convo-page { + right: 300px !important; + } } /* Kill the layout-legacy pagewrapper min-height:100vh that causes body overflow */ @@ -12348,7 +12353,6 @@ body.layout-modern .tag-ac-input { .messages-convo-page .dm-send-form { flex-shrink: 0; margin-top: 0; - padding: 10px 16px; padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid #333; } diff --git a/views/tags.html b/views/tags.html index d596cfa..3a5d5cf 100644 --- a/views/tags.html +++ b/views/tags.html @@ -1,5 +1,7 @@ @include(snippets/header) +
@include(tags-partial)
+
@include(snippets/footer) \ No newline at end of file