aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-05-05 04:38:13 -0400
committerThedro Neely <thedroneely@gmail.com>2022-05-05 04:38:13 -0400
commit7759628552611d469a4c5f68709461824f530120 (patch)
treef73a842c22af92b9eaf630949cbb05be9fba2fcf
parentcf3809283bbda4736813bf00e83ef1f778dbc6cf (diff)
downloadthedroneely.com-7759628552611d469a4c5f68709461824f530120.tar.gz
thedroneely.com-7759628552611d469a4c5f68709461824f530120.tar.bz2
thedroneely.com-7759628552611d469a4c5f68709461824f530120.zip
public/css/tdro: Friendly embed
-rw-r--r--public/css/tdro.css16
1 files changed, 15 insertions, 1 deletions
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