From 7759628552611d469a4c5f68709461824f530120 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 5 May 2022 04:38:13 -0400 Subject: public/css/tdro: Friendly embed --- public/css/tdro.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/public/css/tdro.css b/public/css/tdro.css index a02ca71..4f6d96a 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -2135,11 +2135,25 @@ mark { clear: both; } } + +/* IE quote height fix */ + @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .quote { height: 0; } -} /* ie quote height fix */ +} + +/* Embed friendly */ + +@media (max-height: 16rem) { + html.has-navbar-fixed-top { + padding: 0; + } + nav { + display: none; + } +} /* * Isso comments -- cgit v1.2.3