| Server IP : 121.121.20.254 / Your IP : 216.73.216.146 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/KnowledgeBase/wp-content/themes/chronus/assets/css/ |
Upload File : |
/*
* Safari Flexbox CSS Fixes
*
* @package Chronus
*/
/* Fix Flexbox issues for Safari 6.1-10.0 */
@media screen and ( min-color-index: 0 ) and ( -webkit-min-device-pixel-ratio: 0 ) {
@media {
.content-area,
.sidebar,
.featured-posts .featured-large-post,
.featured-posts .featured-grid-posts,
.featured-posts .featured-grid-posts .featured-small-post,
.widget-magazine-posts .magazine-grid-two-columns .post-column,
.widget-magazine-posts .magazine-grid-three-columns .post-column,
.widget-magazine-posts .small-post .wp-post-image,
.widget-magazine-posts .small-post .post-content,
.widget-magazine-posts-columns .magazine-posts-column-left,
.widget-magazine-posts-columns .magazine-posts-column-right,
.widget-magazine-posts .medium-post .wp-post-image-link,
.widget-magazine-posts .medium-post .post-content {
margin-right: -1px;
}
}
}
/* Fix Flexbox issues for Safari 10.1+ */
@media not all and ( min-resolution: .001dpcm ) {
@media {
.content-area,
.sidebar,
.featured-posts .featured-large-post,
.featured-posts .featured-grid-posts,
.featured-posts .featured-grid-posts .featured-small-post,
.widget-magazine-posts .magazine-grid-two-columns .post-column,
.widget-magazine-posts .magazine-grid-three-columns .post-column,
.widget-magazine-posts .small-post .wp-post-image,
.widget-magazine-posts .small-post .post-content,
.widget-magazine-posts-columns .magazine-posts-column-left,
.widget-magazine-posts-columns .magazine-posts-column-right,
.widget-magazine-posts .medium-post .wp-post-image-link,
.widget-magazine-posts .medium-post .post-content {
margin-right: -1px;
}
}
}