This commit is contained in:
mgabdev
2020-05-07 00:03:34 -04:00
parent c1131db577
commit a026d86b86
22 changed files with 217 additions and 221 deletions

View File

@@ -386,13 +386,14 @@ body {
/* */
.topNeg60PX { top: -60px; }
.top0 { top: 0; }
.top80PX { top: 80px; }
.top60PC { top: 60%; }
.top50PC { top: 50%; }
.bottom0 { bottom: 0; }
.bottom50PX { bottom: 50px; }
.bottom55PX { bottom: 55px; }
.bottomAuto { bottom: auto; }
.left0 { left: 0px; }
@@ -429,7 +430,8 @@ body {
.heightMin100VH { min-height: 100vh; }
.heightMin50VH { min-height: 50vh; }
.heightMin100PX { min-height: 100px; }
.heightMin80PX { min-height: 80px; }
.heightMin58PX { min-height: 58px; }
.heightMin50PX { min-height: 50px; }
.height100PC { height: 100%; }
@@ -843,6 +845,11 @@ body {
-ms-overflow-style: none;
}
.footerChin {
padding-bottom: 0;
padding-bottom: env(safe-area-inset-bottom, 0);
}
/**
* Rich Text Editor
*/