CINXE.COM
Replaced Screen, new screen won't turn on. - Google Pixel 6 - iFixit
<!DOCTYPE html> <!--[if IE 8 ]> <html class="lt-ie10 lt-ie9 ie8" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if IE 9 ]> <html class="lt-ie10 ie9" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if (gte IE 10)|!(IE)]><!--><html dir="ltr" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><!--<![endif]--> <head> <link rel="preconnect" href="https://assets.cdn.ifixit.com" crossorigin> <link rel="preconnect" href="https://guide-images.cdn.ifixit.com" crossorigin> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="preload" href="https://guide-images.cdn.ifixit.com/igi/DVtP2AJeE3R4bSLy.standard" as="image" fetchpriority="high" > <link rel="preload" href="https://assets.cdn.ifixit.com/Assets/translations/en-translations.js?11797" as="script" fetchpriority="high" > <link rel="preload" href="https://assets.cdn.ifixit.com/Assets/scripts/runtime.js.d14150907d34c7bd87de.js" as="script" fetchpriority="high" > <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} (function() { function hasPiwikConsent() { try { var fromPiwik = null document.cookie.split(';').forEach(function(cookie) { var parts = cookie.split('='); if (parts[0].trim() === 'ppms_privacy_6bf6bc54-82ca-4321-8620-b12d5c9b57b6') { var cookieObject = JSON.parse(decodeURIComponent(parts[1])); if (cookieObject && cookieObject.consents) { fromPiwik = Object.values(cookieObject.consents).every(function(consent) { return consent.status == 1; }); } } }); } catch (e) { console.error("Error parsing piwik cookie", e); return null; } return fromPiwik; } var needsConsent = false; var hasConsent = hasPiwikConsent(); var cookiesOk = hasConsent !== null ? hasConsent : !needsConsent; var consent = cookiesOk ? 'granted' : 'denied'; console.log("GTAG Consent", consent); gtag('consent', 'default', { 'ad_storage': consent, 'ad_user_data': consent, 'ad_personalization': consent, 'analytics_storage': consent, }); })() </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-59NVBFN');</script> <!-- End Google Tag Manager --> <title>Replaced Screen, new screen won't turn on. - Google Pixel 6 - iFixit</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="description" content="Hey I just replaced the screen on my Pixel 6. It fell and broke the LCD underneath the glass and screen protector, but now that I've got the new one in place, it doesn't power on at all. The phone buzzes like it's on, like when it gets plugged in to charge I've tried all the youtube suggestions... - Google Pixel 6" /> <meta name="title" content="Replaced Screen, new screen won't turn on. - Google Pixel 6 - iFixit" /> <meta name="keywords" content="" /> <meta name="robots" content="index, follow, max-image-preview:large" /> <link id="canonical-link" rel="canonical" href="https://www.ifixit.com/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on." /> <meta property="fb:app_id" content="401112919922369" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://guide-images.cdn.ifixit.com/igi/DVtP2AJeE3R4bSLy.standard" /> <meta property="og:description" content="Hey I just replaced the screen on my Pixel 6. It fell and broke the LCD underneath the glass and screen protector, but now that I've got the new one in place, it doesn't power on at all. The phone buzzes like it's on, like when it gets plugged in to charge I've tried all the youtube suggestions... - Google Pixel 6" /> <meta property="og:url" content="https://www.ifixit.com/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on." /> <meta property="og:title" content="Replaced Screen, new screen won't turn on. - Google Pixel 6" /> <meta property="og:site_name" content="iFixit" /> <meta name="verify-v1" content="jw37yaG9O4vmztqkH8xsZEeQtGHqzC3GZXfwk5xUCeM=" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1"/> <link rel="stylesheet" type="text/css" media="print" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/Shared-print-4vKZnU54L24ZnG6tuvAwTw.css" /> <script> var deferCss = { hidden: true, timeout: null, unhide: function() { if (deferCss.hidden) { var hider = document.getElementById('cssHide'); hider && hider.parentElement.removeChild(hider); var criticalCss = document.getElementById('criticalCss'); criticalCss && criticalCss.parentElement.removeChild(criticalCss); deferCss.hidden = false; } }, applyAllCss: function() { if (!deferCss.hidden) { return; } clearTimeout(deferCss.timeout); var links = document.querySelectorAll('.cssReady, .cssPreload'); var link; for (var i = 0; i < links.length; ++i) { link = links[i]; link.onload = null; link.rel = 'stylesheet'; } deferCss.unhide(); }, cssLoaded: function(link, success) { link.className = success ? "cssReady" : "cssFailed"; if (!success) { console.error(link.href + " failed to load"); } var stillWaiting = document.querySelector('.cssPreload'); if (!stillWaiting) { deferCss.applyCssWhenDomLoaded(); } }, applyCssWhenDomLoaded: function() { // Loading hasn't finished yet if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { deferCss.applyAllCss(); }); } else { // `DOMContentLoaded` has already fired deferCss.applyAllCss(); } }, setTimeout: function(timeout) { deferCss.timeout = setTimeout(function() { console.warn("Deferred CSS took too long to load. Displaying anyway..."); deferCss.applyCssWhenDomLoaded(); }, timeout); } }; deferCss.setTimeout(25000); </script> <script> /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */ /* This file is meant as a standalone workflow for - testing support for link[rel=preload] - enabling async CSS loading in browsers that do not support rel=preload - applying rel preload css once loaded, whether supported or not. */ (function( w ){ "use strict"; // rel=preload support test if( !w.loadCSS ){ w.loadCSS = function(){}; } // define on the loadCSS obj var rp = loadCSS.relpreload = {}; // rel=preload feature support test // runs once and returns a function for compat purposes rp.support = (function(){ var ret; try { ret = w.document.createElement( "link" ).relList.supports( "preload" ); } catch (e) { ret = false; } return function(){ return ret; }; })(); // if preload isn't supported, get an asynchronous load by using a non-matching media attribute // then change that media back to its intended value on load rp.bindMediaToggle = function( link ){ // remember existing media attr for ultimate state, or default to 'all' var finalMedia = link.media || "all"; function enableStylesheet(){ // unbind listeners if( link.addEventListener ){ link.removeEventListener( "load", enableStylesheet ); link.removeEventListener( "error", enableStylesheet ); } else if( link.attachEvent ){ link.detachEvent( "onload", enableStylesheet ); link.detachEvent( "onerror", enableStylesheet ); } link.setAttribute( "onload", null ); link.media = finalMedia; } // bind load handlers to enable media if( link.addEventListener ){ link.addEventListener( "load", enableStylesheet ); } else if( link.attachEvent ){ link.attachEvent( "onload", enableStylesheet ); } // Set rel and non-applicable media type to start an async request // note: timeout allows this to happen async to let rendering continue in IE setTimeout(function(){ link.rel = "stylesheet"; link.media = "only x"; }); // also enable media after 7 seconds, // which will catch very old browsers (android 2.x, old firefox) that don't support onload on link setTimeout( function() { link.onload && link.onload(); enableStylesheet(); }, 7000 ); }; // loop through link elements in DOM rp.poly = function(){ // double check this to prevent external calls from running if( rp.support() ){ return; } var links = w.document.getElementsByTagName( "link" ); for( var i = 0; i < links.length; i++ ){ var link = links[ i ]; // qualify links to those with rel=preload and as=style attrs if( link.rel === "preload" && link.getAttribute( "as" ) === "style" && !link.getAttribute( "data-loadcss" ) ){ // prevent rerunning on link link.setAttribute( "data-loadcss", true ); // bind listeners to toggle media back rp.bindMediaToggle( link ); } } }; // if unsupported, run the polyfill if( !rp.support() ){ // run once at least rp.poly(); // rerun poly on an interval until onload var run = w.setInterval( rp.poly, 500 ); if( w.addEventListener ){ w.addEventListener( "load", function(){ rp.poly(); w.clearInterval( run ); } ); } else if( w.attachEvent ){ w.attachEvent( "onload", function(){ rp.poly(); w.clearInterval( run ); } ); } } // commonjs if( typeof exports !== "undefined" ){ exports.loadCSS = loadCSS; } else { w.loadCSS = loadCSS; } }( typeof global !== "undefined" ? global : this ) ); </script> <noscript> </noscript> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/guide-all-xHbGqtOkUnSDXqfJIfPObw.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/font-awesome-1EMSA-1xNu6QLgjlbNFTNQ.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/module-all-5XRtVyqn-mlAFFjCBFPlAw.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/core-yZ1b1sS_zwUH35TT8CwuEA.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/core-primitives-yI0UPo46zCFEhFdtFTfk8A.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/header_footer_old-D9UI1Sbj5JvYiO3aW7GWmg.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/prosemirror-all-P8wbdJ_I4jGSHU3JJQFetg.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/Shared-cart_banner-s_V6JiSoON-JECdqf7r6Ag.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Answers-view-KjPko5DJY_qyRRGxLgi-Aw.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Answers-common-vTBBr_oQfEgsnL9nAAc7RA.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-wiki-dyJj3YQIbQsip0sTdPMgOQ.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <noscript> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/guide-all-xHbGqtOkUnSDXqfJIfPObw.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/font-awesome-1EMSA-1xNu6QLgjlbNFTNQ.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/module-all-5XRtVyqn-mlAFFjCBFPlAw.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/core-yZ1b1sS_zwUH35TT8CwuEA.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/core-primitives-yI0UPo46zCFEhFdtFTfk8A.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/header_footer_old-D9UI1Sbj5JvYiO3aW7GWmg.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/prosemirror-all-P8wbdJ_I4jGSHU3JJQFetg.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/Shared-cart_banner-s_V6JiSoON-JECdqf7r6Ag.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Answers-view-KjPko5DJY_qyRRGxLgi-Aw.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Answers-common-vTBBr_oQfEgsnL9nAAc7RA.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-wiki-dyJj3YQIbQsip0sTdPMgOQ.css" rel="stylesheet" /> </noscript> <script> </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-5ZXNWJ73GK"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); const ga4Params = {}; const userProperties = {"preferred_store":"ifixit-us","preferred_language":"EN","customer_type":"regular"}; gtag('config', 'G-5ZXNWJ73GK', ga4Params); gtag('set', 'user_properties', userProperties); </script> <!-- End Google tag (gtag.js) --> <script type="text/javascript"> window.fbq=window.fbq||function(){}; </script> <link rel="apple-touch-icon" sizes="57x57" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="https://assets.cdn.ifixit.com/static/icons/ifixit/manifest.json"> <link rel="mask-icon" href="https://assets.cdn.ifixit.com/static/icons/ifixit/safari-pinned-tab.svg" color="#5bbad5"> <meta name="apple-mobile-web-app-title" content="ifixit"> <meta name="application-name" content="ifixit"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="https://assets.cdn.ifixit.com/static/icons/ifixit/mstile-144x144.png"> <meta name="theme-color" content="#ffffff"> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/runtime.js.d14150907d34c7bd87de.js"></script> <script nomodule src="/v3/polyfill.min.js?flags=gated&features=Array.prototype.flat,Array.prototype.flatMap,default,es2022,fetch,IntersectionObserver,Intl.RelativeTimeFormat,Intl.RelativeTimeFormat.~locale.en,NodeList.prototype.forEach,Number.isInteger,Object.entries,Object.fromEntries,Promise.prototype.finally,queueMicrotask,ResizeObserver,String.prototype.matchAll,WeakMap,WeakSet"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/translations/en-translations.js?11797"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1776.4f449e13765d84bedf91.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9280.4f8554f78821201c0dae.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5573.0eb7c6403c729c1d9647.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1927.fe61a53a3677eecaacd9.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7473.8a9b8d3d4bf50cd82f8b.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1433.f4d1ab11a467b7b12d84.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5788.300f9fd5be61909fe3b6.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/312.8398481ff37021df38b1.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6677.a71b8ab7d3e7fe4453ba.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4756.4673aa69296f19989d05.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2375.d61b1aa5a36f741f8f45.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/285.40aa8c9d6c29458c9926.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/413.184bea62550a3fe6c1a6.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2693.ff62781f3a3538381974.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7165.333a399297762697a0de.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8658.378a9fab33b46998181b.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8175.bdaea1d71f38cab2dd9f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5543.056496365d3d4f5f73e5.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9197.83000e1c16fe5216e848.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7287.29369cb454b399335e49.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1822.bda554e3f144c96763b0.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8542.6967999442d2fbd05711.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7050.c26b32cbfdc8eacf3fcd.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6978.8a07e797fe4214d77782.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4711.3ed1e53cba120bda1dd7.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/695.ce52c0d1162e57515275.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5629.6553b040c8e4d696a29b.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6821.9dfef9b8e2285014c7ab.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7074.7687554376ce23fd9b09.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1803.36439b704a6d20b1d001.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4249.668b666d4c2debfa5f90.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8340.7a04d39b776c948f16e0.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/962.63144c71ed4f57fb792f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8880.e26984a4383b45922ab7.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/3548.b6ba38564cf7e589e6d9.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5022.e65b6caab723194df232.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/3649.d2c256ba8757e2b46123.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7289.7252f25bdfe162f29848.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5459.38522ac7849fa01bf202.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/119.3310e8454a06118efbd6.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6010.5d4578c0998528db9945.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/answers-view-post.js.6f0f3584711d59589f47.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/consent-banner.js.481450a9e2613d8b5c5a.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/error-capture.js.26f8b61a8c86e0efe4fa.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/answers-navbar.js.ba3e74f446494914f49c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/question-view-survey-pop-up.js.3b1b5fbb7df44907a886.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/answers-product-ad.js.ea296fe90ba1e3685fef.js"></script> <style id="criticalCss"> .skip-to-content { .skip-to-content:active, .skip-to-content:focus { background-color: #000; color: #fff; font-size: 36px; height: auto; left: 0; margin: 5px; overflow: auto; padding: 5px; text-align: center; top: 0; width: auto; z-index: 999; } } .filter-options { overflow: auto; padding: 0; } .filter-options .filter-option { background-color: #f9fafb; border-radius: 2px; color: #212426; display: inline-block; float: left; font-size: 13px; font-weight: 600; margin-right: 4px; padding: 4px 10px; } @media only screen and (max-width: 575px) { .filter-options .filter-option { display: block; float: none; } } .filter-options .filter-option:last-child { margin-right: 0; } .filter-options .filter-option.filter-label { background-color: transparent; color: #6b7280; } .filter-options .filter-option.filter-label.touch-target { margin: 0; } .filter-options .filter-option.filter-label i { float: right; font-size: 14px; } @media only screen and (max-width: 575px) { .filter-options .filter-option.filter-label { -ms-flex-pack: justify; -ms-align-items: center; align-items: center; background-color: #fff; border: 1px solid #d1d5db; border-radius: 4px; color: #11161a; display: flex; font-size: 14px; font-weight: 600; -ms-justify-content: space-between; justify-content: space-between; padding: 8px 12px; width: 100%; } } .filter-options .filter-option-active { background-color: #212426; color: #fff; } .filter-options .filter-items { display: block; float: left; overflow: hidden; position: relative; } @media only screen and (max-width: 575px) { .filter-options .filter-items { background-color: #fff; display: none; float: none; padding: 0 15px; position: absolute; right: 0; text-align: center; width: 100%; z-index: 1000; } .filter-options .filter-option { margin: 4px 0; padding: 10px; } .touch-target { background-color: #fff; border: 1px solid #d1d5db; border-radius: 4px; color: #212426; font-size: 14px; font-weight: 600; padding: 8px 12px; width: 100%; } .touch-target .fa { float: right; transform: translateY(3px); } } .fa-2x { font-size: 2em; } .fa-check:before { content: "\f00c"; } .fa-plus:before { content: "\f067"; } .comment p { margin: 0; } .comment { border-left: 4px solid #f9fafb; font-size: 14px; margin: 20px 0 0; padding-left: 6px; } .question-comments details summary { list-style-type: "+"; } .post-accepted { padding: 54px 20px 20px; position: relative; } @media only screen and (max-width: 575px) { .post-accepted { border-bottom: 1px solid #e5e7eb; } } .post-badge { background-color: #d8f1ca; border-radius: 5px 5px 0 0; font-size: 15px; font-weight: 600; letter-spacing: 1px; margin-bottom: 20px; padding-block: 17px; text-align: center; text-transform: uppercase; } @media only screen and (min-width: 576px) { .post-badge { margin-inline: -20px; margin-top: -20px; width: calc(100% + 40px); } } .post-accepted { background-color: #fafff7 !important; border-color: #bce5a5 !important; } .post-accepted .post-badge { background-color: #d8f1ca; color: #22c55e; } .post-author-badge-container { color: #212426; display: table; margin-top: 8px; } .post-author-badge-container .post-author-badge-content { display: table-row; } .post-author-badge-container .post-author-badge-content p { font-size: 12px; } .post-author-badge-container .badge-tier-count { display: table-cell; padding-right: 8px; } .post-author-badge-container .badge-tier-count:last-child { padding: 0; } .post-author-badge-container .badge-tier-count img { display: inline; font-size: 12px; height: 12px; position: relative; top: 1px; vertical-align: baseline; width: 12px; } @media only screen and (max-width: 1000px) { .post-author-badge-container { display: none; } } .post-text.renderedText blockquote p { margin-bottom: 0; } .uppercase { text-transform: uppercase; } .post-answers-header { -ms-flex-pack: justify; -ms-align-items: center; align-items: center; border-bottom: 1px solid #e5e7eb; display: flex; -ms-justify-content: space-between; justify-content: space-between; margin: 50px 0 30px; padding-bottom: 7px; } .post-answers-header h2 { border: 0; font-size: 24px; margin: 0; text-transform: uppercase; } @media only screen and (max-width: 575px) { .post-answers-header .filter-options { min-width: 110px; width: 33%; } .post-answers-header .filter-options .filter-items { width: 100%; } } .post-answer { border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 26px; overflow: hidden; padding: 20px; } @media only screen and (max-width: 575px) { .post-answer { border: 0; border-bottom: 1px solid #e5e7eb; border-radius: 0; padding: 0; } } .post-actions-container .view-accepted { background-color: #dbeafe; border-color: currentcolor; color: #3b82f6; } .post-actions-container .view-accepted strong { line-height: 1; margin-right: 6px; } .comments-title { color: #4b5563; font-size: 12px; font-weight: 400; text-transform: uppercase; } .comment { border-bottom: 1px dashed rgba(0, 0, 0, 0.2); margin-bottom: 0; padding: 18px 20px 8px 0; } .comment:last-of-type { border-bottom: none; margin-bottom: 20px; } .comment .comment-meta a.permalink { color: #4b5563; } .comments-more { color: #4b5563; font-size: 13px; font-weight: 700; margin: 16px 0; } .comments-more span { padding-left: 4px; } .comments-more a, .comments-more i { color: #4b5563; } .comments-more i { margin-right: 6px; position: relative; top: 2px; } .comments-more a { font-size: 11px; text-decoration: none; } .comment-content, .comment-icon { float: left; } .comment-icon { text-align: center; width: 8%; } @media only screen and (max-width: 575px) { .comment-icon { width: 12%; } } .comment-icon i { color: #e5e7eb; font-size: 24px; } .comment-content { width: 92%; } @media only screen and (max-width: 575px) { .comment-content { width: 88%; } } .comment-content p { font-size: 14px; margin-top: 0; } .comment-actions { float: right; font-weight: 400 !important; opacity: 0; } .comment-meta { color: #6b7280; } .renderedText blockquote { border-left: 5px solid #e5e7eb; margin: 20px 0; padding: 2px 8px 2px 12px; } .renderedText blockquote p { margin: 0; } .skip-to-content { .skip-to-content:active, .skip-to-content:focus { background-color: #000; color: #fff; font-size: 36px; height: auto; left: 0; margin: 5px; overflow: auto; padding: 5px; text-align: center; top: 0; width: auto; z-index: 999; } } .skip-to-content { .skip-to-content:active, .skip-to-content:focus { background-color: #000; color: #fff; font-size: 36px; height: auto; left: 0; margin: 5px; overflow: auto; padding: 5px; text-align: center; top: 0; width: auto; z-index: 999; } } :where(#main) { max-width: 100%; } footer > div { max-width: var(--main-container-width) !important; } :where(*, :before, :after) { box-sizing: border-box; } :where(html) { font-size: 14px; } :where(body) { word-wrap: break-word; color: #4b5563; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; line-height: 1.42857; margin: 0; min-height: 100%; overflow-wrap: break-word; text-rendering: optimizeLegibility; } :where(button, input, select, textarea) { font: inherit; } :where(button) { background-color: transparent; border: 0; font-weight: 600; } :where(input) { background-color: #fff; border-color: #d1d5db; } :where(input)[type="text"] { width: 100%; } :where(img) { height: auto; max-width: 100%; } :root { --main-container-width: 1280px; } :where(h1, h2, h3, .pseudoH2, .pseudoH3) { font-weight: 500; } :where(h1, h2, h3, .pseudoH2, .pseudoH3) a { color: #212426; } :where(h1) { color: #212426; font-size: 2.14rem; line-height: 1.2em; margin: 3px 0; padding: 0; } :where(.pseudoH2, h2) { color: #212426; font-size: 1.715rem; line-height: 1.21em; margin: 24px 0 0; padding: 0 0 2px; } :where(.pseudoH2, h2).muted { border-bottom-color: #f9fafb; color: #212426; } :where(p) { margin-block: 8px; padding: 0; } :where(p[class^="chakra-text"]) { margin-block: 0; } :where(a, a strong) { color: #3b82f6; text-decoration: none; } :where(a[class*="button"]) { color: inherit; } :where(a img, a:hover img) { border: none; } :where(svg[class*="fa-"], i[class*="fa-"]).fa-xl { font-size: 1.715rem; } .right { float: right !important; } .left { float: left !important; } .hidden, [hidden] { display: none !important; } #page { flex: 1; position: relative; } #contentFloat { padding-bottom: 24px; } #contentFloat:not(:has(.component-HomePageHero, .wp-embed, #repair-is-freedom)) { padding-inline: 16px; } @media (min-width: 768px) { #contentFloat:not(:has(.component-HomePageHero, .wp-embed, #repair-is-freedom)) { padding-inline: 20px; } } @media (min-width: 1028px) { #contentFloat:not(:has(.component-HomePageHero, .wp-embed, #repair-is-freedom)) { padding-inline: 32px; } } #contentFloat .content-container { display: flex; gap: 24px; } @media only screen and (max-width: 1000px) { #contentFloat .content-container { flex-wrap: wrap; -ms-flex-wrap: wrap; } } .fullWidth #contentFloat { width: 100%; } @media only screen and (max-width: 1000px) { .responsive #contentFloat { width: 100%; } } #content { flex: 1; max-width: 100%; } .fullWidth #content { width: 100%; } #background { display: flex; flex-direction: column; min-height: 100vh; padding: 0; } :where(#main) { margin-inline: auto; width: var(--main-container-width); } @media only screen and (max-width: 1000px) { .responsive #main { width: 100%; } .responsive #content, .responsive #main, .responsive #mainBody { margin: auto !important; padding: 0; width: 100%; } } #mainBody { border-radius: 8px; border-radius: 0; box-shadow: none; min-height: 300px; padding-top: 0.1px; position: relative; text-align: left; text-align: start; } .throbber { animation: a 0.8s linear infinite; border: 8px solid hsla(0, 0%, 100%, 0.2); border-radius: 50px; border-top-color: #fff; height: 50px; margin: 0 auto 20px; width: 50px; } @keyframes a { 0% { transform: rotate(0); } to { transform: rotate(1turn); } } @media only screen and (max-width: 575px) { .hidden-mobile { display: none !important; } } .visible-mobile { display: none !important; } @media only screen and (max-width: 575px) { .visible-mobile { display: block !important; } } .clearer { clear: both; font-size: 0; height: 0; line-height: 0; margin: 0; padding: 0; } form { margin: 0; } textarea { resize: vertical; } @media only screen and (max-width: 1000px) { .responsive input[type], .responsive textarea { font-size: 16px; } } .formBody { background-color: #f9fafb; border-radius: 4px; overflow: visible; padding: 0 8px 8px; } .formField { margin: 0; padding: 16px 0 0; } .formField input, .formField textarea { margin: 0; } textarea { border: 1px solid #c1c1c1; border-radius: 4px; box-shadow: inset 0 1px 2px #f9fafb; color: #212426; margin-top: 4px; overflow: visible; padding: 4px 8px; } .modalBox { -webkit-overflow-scrolling: touch; border: 0; border-radius: 0; bottom: 0; left: 0; overflow: auto; padding: 30px 15px; position: fixed; right: 0; top: 0; z-index: 100000; } .modalContentBox { height: auto !important; margin: 0 auto; max-width: 872px; overflow: hidden; padding: 0; position: relative; text-align: center; } .modalBox > .throbber { margin-top: 200px; } #pageStats { align-items: center; background-color: #fff; border-bottom: 1px solid #e5e7eb; border-top: 1px solid #e5e7eb; display: flex; font-size: 13px; height: auto; justify-content: center; left: 0; margin-bottom: -40px; padding: 1px 0 0; right: 0; width: 100%; } @media only screen and (min-width: 576px) and (max-width: 1000px) { #pageStats { display: block; } } @media only screen and (max-width: 575px) { #pageStats { flex-direction: column; position: relative; } } #pageStats .stats-module-title { display: flex; margin-right: 30px; } @media only screen and (max-width: 1000px) { #pageStats .stats-module-title { display: block; margin-right: 0; padding: 10px 0; } } #pageStats .stats-numbers-container { display: flex; } @media only screen and (max-width: 575px) { #pageStats .stats-numbers-container { flex-direction: column; } } #pageStats p { border-right: 1px solid #e5e7eb; color: #4b5563; display: inline-block; font-size: 13px; margin: 5px auto; padding: 5px 30px; text-align: center; } @media only screen and (max-width: 575px) { #pageStats p { border-right: none; display: block; } } @media only screen and (min-width: 576px) and (max-width: 1000px) { #pageStats p { flex-basis: 100%; } } #pageStats p:last-child { border-right: 0; } #pageStats span.statValue { color: #4b5563; font-weight: 700; margin: 0 6px; } #pageStats .fa-bar-chart-o { color: #d1d5db; font-size: 14px; margin-right: 4px; position: relative; top: 1px; } #notifications { background-color: #fdf7e6; border-bottom: 2px solid #f9cd46; color: #6f5504; position: relative; width: 100%; z-index: 1100; } #notifications .close { font-size: 16px; position: absolute; right: 5px; top: 25%; } :where(input.button, button.button, span.button, a.button, .button[role="button"]) { -webkit-appearance: none; background-color: #fff; border: 1px solid #d1d5db; border-radius: 4px; color: #212426; display: inline-block; font-size: 14px; font-weight: 600; padding: 8px 16px; position: relative; text-align: center; } :where(input.button, button.button, span.button, a.button, .button[role="button"]) { text-decoration: none; } :where(input.button, button.button, span.button, a.button, .button[role="button"]).button-action { background-color: #3b82f6; border-color: transparent; color: #fff; } :where(input.button, button.button, span.button, a.button, .button[role="button"]).button-action-solid { background-color: #3b82f6; border-color: #3b82f6; color: #fff; } :where(input.button, button.button, span.button, a.button, .button[role="button"]).button-link { background-color: transparent; background-image: none; border: 0; border-radius: 0; box-shadow: none; padding: 12px 24px; } :where(input.button, button.button, span.button, a.button, .button[role="button"]) .fa { font-size: 14px; margin-right: 8px; opacity: 0.5; position: relative; top: 1px; } .button + .button { margin-left: 8px; } @font-face { font-display: swap; font-family: icomoon; font-style: normal; font-weight: 400; src: url(https://assets.cdn.ifixit.com/static/fonts/ifixit/v2.0.2/icomoon.woff?20210215=) format("woff"), url(https://assets.cdn.ifixit.com/static/fonts/ifixit/v2.0.2/icomoon.ttf?20160111=) format("truetype"), url(https://assets.cdn.ifixit.com/static/fonts/ifixit/v2.0.2/icomoon.svg?20160111=#icomoon) format("svg"); } [data-icon]:before { speak: none; content: attr(data-icon); font-family: icomoon; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; } .fa { display: inline-block; font: normal normal normal 14px/1 icomoon; font-size: inherit; text-rendering: auto; } .fa-envelope-o:before { content: "\f003"; } .fa-star:before { content: "\f005"; } .fa-times:before { content: "\f00d"; } .fa-clock-o:before { content: "\f017"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-image:before { content: "\f03e"; } .fa-chevron-right:before { content: "\f054"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-chevron-down:before { content: "\f078"; } .fa-bar-chart-o:before { content: "\f080"; } .fa-link:before { content: "\f0c1"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-caret-down:before { content: "\f0d7"; } .fa-undo:before { content: "\f0e2"; } .fa-comment-o:before { content: "\f0e5"; } .fa-angle-right:before { content: "\f105"; } .fa-quote-left:before { content: "\f10d"; } .fa-circle:before { content: "\f111"; } .fa-code:before { content: "\f121"; } .fa-paragraph:before { content: "\f1dd"; } .modalContentBox { max-width: 983px; } .cancelChoosePostContainer { display: flex; } .cancelChoosePostLink { max-height: 40px; } .cancelChoosePostText { color: #ef4444; margin-left: 24px; max-width: 70%; } .question-device-container { background-color: #f2f2f2; border-radius: 4px; float: right; padding: 0; position: relative; right: 0; top: 0; width: 254px; } @media only screen and (max-width: 1000px) { .question-device-container { float: none; margin-bottom: 26px; overflow: hidden; width: 100%; } } .device-details { margin: 10px 15px; } @media only screen and (max-width: 1000px) { .device-details { margin: 12px; } } @media only screen and (max-width: 575px) { .device-details { display: block; float: none; margin: 10px 10px 0; } } .device-name { border: none; font-size: 16px; margin: 0; text-decoration: none; } @media only screen and (max-width: 575px) { .device-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } } .device-summary { font-size: 13px; margin: 0; } .device-image-container { padding: 11px 11px 0; } @media only screen and (max-width: 1000px) { .device-image-container { float: left; padding: 11px; } } @media only screen and (max-width: 575px) { .device-image-container { padding: 6px; } } .device-image { width: 100%; } @media only screen and (max-width: 575px) { .device-image { float: left; width: 67px; } } @media only screen and (min-width: 576px) and (max-width: 1000px) { .device-image { width: 100px; } } .device-more-answers { background-color: #e4e4e4; border-radius: 0 0 4px 4px; color: #4b5563; display: block; font-size: 14px; padding: 11px 15px 10px; } @media only screen and (max-width: 575px) { .device-more-answers { background-color: transparent; display: inline-block; float: left; padding: 0; } } .device-view-all { float: right; } .device-view-all i { color: #d1d5db; margin-left: 4px; position: relative; top: 1px; } :host, :root { --color-black: #11161a; --color-white: #fff; --color-white-alpha-50: hsla(0, 0%, 100%, 0.04); --color-white-alpha-100: hsla(0, 0%, 100%, 0.06); --color-white-alpha-200: hsla(0, 0%, 100%, 0.08); --color-white-alpha-300: hsla(0, 0%, 100%, 0.16); --color-white-alpha-400: hsla(0, 0%, 100%, 0.24); --color-white-alpha-500: hsla(0, 0%, 100%, 0.36); --color-white-alpha-600: hsla(0, 0%, 100%, 0.48); --color-white-alpha-700: hsla(0, 0%, 100%, 0.64); --color-white-alpha-800: hsla(0, 0%, 100%, 0.8); --color-white-alpha-900: hsla(0, 0%, 100%, 0.92); --color-black-alpha-50: rgba(0, 0, 0, 0.04); --color-black-alpha-100: rgba(0, 0, 0, 0.06); --color-black-alpha-200: rgba(0, 0, 0, 0.08); --color-black-alpha-300: rgba(0, 0, 0, 0.16); --color-black-alpha-400: rgba(0, 0, 0, 0.24); --color-black-alpha-500: rgba(0, 0, 0, 0.36); --color-black-alpha-600: rgba(0, 0, 0, 0.48); --color-black-alpha-700: rgba(0, 0, 0, 0.64); --color-black-alpha-800: rgba(0, 0, 0, 0.8); --color-black-alpha-900: rgba(0, 0, 0, 0.92); --color-brand-100: #edf6ff; --color-brand-200: #bddcff; --color-brand-300: #77b5ff; --color-brand-400: #3b95ff; --color-brand-500: #1975f1; --color-brand-600: #085fd9; --color-brand-700: #004ab3; --color-brand-800: #00368c; --color-brand-900: #002466; --color-warm-gray-50: #fafaf9; --color-warm-gray-100: #f5f5f4; --color-warm-gray-200: #e7e5e4; --color-warm-gray-300: #d6d3d1; --color-warm-gray-400: #a8a29e; --color-warm-gray-500: #78716c; --color-warm-gray-600: #57534e; --color-warm-gray-700: #44403c; --color-warm-gray-800: #292524; --color-warm-gray-900: #1c1917; --color-true-gray-50: #fafafa; --color-true-gray-100: #f5f5f5; --color-true-gray-200: #e5e5e5; --color-true-gray-300: #d4d4d4; --color-true-gray-400: #a3a3a3; --color-true-gray-500: #737373; --color-true-gray-600: #525252; --color-true-gray-700: #404040; --color-true-gray-800: #262626; --color-true-gray-900: #171717; --color-cool-gray-50: #f9fafb; --color-cool-gray-100: #f3f4f6; --color-cool-gray-200: #e5e7eb; --color-cool-gray-300: #d1d5db; --color-cool-gray-400: #9ca3af; --color-cool-gray-500: #6b7280; --color-cool-gray-600: #4b5563; --color-cool-gray-700: #374151; --color-cool-gray-800: #1f2937; --color-cool-gray-900: #111827; --color-blue-gray-50: #f8fafc; --color-blue-gray-100: #f1f5f9; --color-blue-gray-200: #e2e8f0; --color-blue-gray-300: #cbd5e1; --color-blue-gray-400: #94a3b8; --color-blue-gray-500: #64748b; --color-blue-gray-600: #475569; --color-blue-gray-700: #334155; --color-blue-gray-800: #1e293b; --color-blue-gray-900: #0f172a; --color-rose-50: #fff1f2; --color-rose-100: #ffe4e6; --color-rose-200: #fecdd3; --color-rose-300: #fda4af; --color-rose-400: #fb7185; --color-rose-500: #f43f5e; --color-rose-600: #e11d48; --color-rose-700: #be123c; --color-rose-800: #9f1239; --color-rose-900: #881337; --color-pink-50: #fdf2f8; --color-pink-100: #fce7f3; --color-pink-200: #fbcfe8; --color-pink-300: #f9a8d4; --color-pink-400: #f472b6; --color-pink-500: #ec4899; --color-pink-600: #db2777; --color-pink-700: #be185d; --color-pink-800: #9d174d; --color-pink-900: #831843; --color-fuchsia-50: #fdf4ff; --color-fuchsia-100: #fae8ff; --color-fuchsia-200: #f5d0fe; --color-fuchsia-300: #f0abfc; --color-fuchsia-400: #e879f9; --color-fuchsia-500: #d946ef; --color-fuchsia-600: #c026d3; --color-fuchsia-700: #a21caf; --color-fuchsia-800: #86198f; --color-fuchsia-900: #701a75; --color-purple-50: #faf5ff; --color-purple-100: #f3e8ff; --color-purple-200: #e9d5ff; --color-purple-300: #d8b4fe; --color-purple-400: #c084fc; --color-purple-500: #a855f7; --color-purple-600: #9333ea; --color-purple-700: #7e22ce; --color-purple-800: #6b21a8; --color-purple-900: #581c87; --color-violet-50: #f5f3ff; --color-violet-100: #ede9fe; --color-violet-200: #ddd6fe; --color-violet-300: #c4b5fd; --color-violet-400: #a78bfa; --color-violet-500: #8b5cf6; --color-violet-600: #7c3aed; --color-violet-700: #6d28d9; --color-violet-800: #5b21b6; --color-violet-900: #4c1d95; --color-indigo-50: #eef2ff; --color-indigo-100: #e0e7ff; --color-indigo-200: #c7d2fe; --color-indigo-300: #a5b4fc; --color-indigo-400: #818cf8; --color-indigo-500: #6366f1; --color-indigo-600: #4f46e5; --color-indigo-700: #4338ca; --color-indigo-800: #3730a3; --color-indigo-900: #312e81; --color-blue-50: #eff6ff; --color-blue-100: #dbeafe; --color-blue-200: #bfdbfe; --color-blue-300: #93c5fd; --color-blue-400: #60a5fa; --color-blue-500: #3b82f6; --color-blue-600: #2563eb; --color-blue-700: #1d4ed8; --color-blue-800: #1e40af; --color-blue-900: #1e3a8a; --color-blue-ifixit: #1975f1; --color-light-blue-50: #f0f9ff; --color-light-blue-100: #e0f2fe; --color-light-blue-200: #bae6fd; --color-light-blue-300: #7dd3fc; --color-light-blue-400: #38bdf8; --color-light-blue-500: #0ea5e9; --color-light-blue-600: #0284c7; --color-light-blue-700: #0369a1; --color-light-blue-800: #075985; --color-light-blue-900: #0c4a6e; --color-cyan-50: #ecfeff; --color-cyan-100: #cffafe; --color-cyan-200: #a5f3fc; --color-cyan-300: #67e8f9; --color-cyan-400: #22d3ee; --color-cyan-500: #06b6d4; --color-cyan-600: #0891b2; --color-cyan-700: #0e7490; --color-cyan-800: #155e75; --color-cyan-900: #164e63; --color-teal-50: #f0fdfa; --color-teal-100: #ccfbf1; --color-teal-200: #99f6e4; --color-teal-300: #5eead4; --color-teal-400: #2dd4bf; --color-teal-500: #14b8a6; --color-teal-600: #0d9488; --color-teal-700: #0f766e; --color-teal-800: #115e59; --color-teal-900: #134e4a; --color-emerald-50: #ecfdf5; --color-emerald-100: #d1fae5; --color-emerald-200: #a7f3d0; --color-emerald-300: #6ee7b7; --color-emerald-400: #34d399; --color-emerald-500: #10b981; --color-emerald-600: #059669; --color-emerald-700: #047857; --color-emerald-800: #065f46; --color-emerald-900: #064e3b; --color-green-50: #f0fdf4; --color-green-100: #dcfce7; --color-green-200: #bbf7d0; --color-green-300: #86efac; --color-green-400: #4ade80; --color-green-500: #22c55e; --color-green-600: #16a34a; --color-green-700: #15803d; --color-green-800: #166534; --color-green-900: #14532d; --color-lime-50: #f7fee7; --color-lime-100: #ecfccb; --color-lime-200: #d9f99d; --color-lime-300: #bef264; --color-lime-400: #a3e635; --color-lime-500: #84cc16; --color-lime-600: #65a30d; --color-lime-700: #4d7c0f; --color-lime-800: #3f6212; --color-lime-900: #365314; --color-yellow-50: #fefce8; --color-yellow-100: #fef9c3; --color-yellow-200: #fef08a; --color-yellow-300: #fde047; --color-yellow-400: #facc15; --color-yellow-500: #eab308; --color-yellow-600: #ca8a04; --color-yellow-700: #a16207; --color-yellow-800: #854d0e; --color-yellow-900: #713f12; --color-amber-50: #fffbeb; --color-amber-100: #fef3c7; --color-amber-200: #fde68a; --color-amber-300: #fcd34d; --color-amber-400: #fbbf24; --color-amber-500: #f59e0b; --color-amber-600: #d97706; --color-amber-700: #b45309; --color-amber-800: #92400e; --color-amber-900: #78350f; --color-orange-50: #fff7ed; --color-orange-100: #ffedd5; --color-orange-200: #fed7aa; --color-orange-300: #fdba74; --color-orange-400: #fb923c; --color-orange-500: #f97316; --color-orange-600: #ea580c; --color-orange-700: #c2410c; --color-orange-800: #9a3412; --color-orange-900: #7c2d12; --color-red-50: #fef2f2; --color-red-100: #fee2e2; --color-red-200: #fecaca; --color-red-300: #fca5a5; --color-red-400: #f87171; --color-red-500: #ef4444; --color-red-600: #dc2626; --color-red-700: #b91c1c; --color-red-800: #991b1b; --color-red-900: #7f1d1d; --color-red-dozuki: #dd4124; --color-gray-50: #f9fafb; --color-gray-100: #f3f4f6; --color-gray-200: #e5e7eb; --color-gray-300: #d1d5db; --color-gray-400: #9ca3af; --color-gray-500: #6b7280; --color-gray-600: #4b5563; --color-gray-700: #374151; --color-gray-800: #1f2937; --color-gray-900: #111827; --space-0: 0; --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px; --space-6: 32px; --space-7: 40px; --space-8: 48px; --space-9: 64px; --space-10: 80px; --space-11: 96px; --space-12: 112px; --space-13: 128px; --font-family-arial-black: "Arial Black", "Arial Bold", Gadget, sans-serif; --font-family-lato: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-family-mono: "Roboto Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace; --font-family-mono-system: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace; --font-family-sans-system: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-family-serif-system: Georgia, serif; --font-size-sm: 0.86rem; --font-size-md: 1rem; --font-size-lg: 1.14rem; --font-size-xl: 1.285rem; --font-size-2xl: 1.43rem; --font-size-3xl: 1.715rem; --font-size-4xl: 2.14rem; --font-size-5xl: 2.57rem; --font-size-6xl: 3.43rem; --font-size-7xl: 4rem; --font-size-8xl: 4.57rem; --font-size-9xl: 5.14rem; --font-weight-normal: 400; --font-weight-semi-bold: 600; --font-weight-bold: 700; --line-height-none: 1; --line-height-base: 1.142857143; --line-height-tight: 1.25; --line-height-normal: 1.42857; --line-height-loose: 2; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 1028px; --breakpoint-xl: 1280px; --breakpoint-2xl: 1536px; --min-breakpoint-sm: @media (min-width: 576px); --min-breakpoint-md: @media (min-width: 768px); --min-breakpoint-lg: @media (min-width: 1028px); --min-breakpoint-xl: @media (min-width: 1280px); --min-breakpoint-2xl: @media (min-width: 1536px); --shadow-0: 0 0 1px rgba(17, 22, 26, 0.2); --shadow-1: 0 1px 2px rgba(17, 22, 26, 0.1), 0 2px 4px rgba(17, 22, 26, 0.1); --shadow-2: 0 1px 2px rgba(17, 22, 26, 0.1), 0 4px 8px rgba(17, 22, 26, 0.1); --shadow-3: 0 2px 4px rgba(17, 22, 26, 0.1), 0 8px 16px rgba(17, 22, 26, 0.2); --shadow-4: 0 4px 8px rgba(17, 22, 26, 0.1), 0 16px 32px rgba(17, 22, 26, 0.2); --border-radius-sm: 2px; --border-radius-md: 4px; --border-radius-lg: 8px; --border-radius-xl: 16px; --border-radius-pill: 999em; } #main { margin-top: 0; } #answerEditor.prosemirror { margin-bottom: 20px; text-align: left; text-align: start; } #answerEditor.prosemirror div.ProseMirror[contenteditable] { min-height: 200px; } .post { position: relative; } .post-content { float: left; overflow: inherit; padding-left: 30px; width: 87%; } @media only screen and (max-width: 1000px) { .post-content { padding-bottom: 26px; padding-left: 0; width: 100%; } } .post-question .post-content { position: relative; } @media only screen and (min-width: 1001px) and (max-width: 1200px) { .post-question .post-content .post-text { margin-right: 20px; } } .post-author-name a { color: #212426; font-size: 14px; font-weight: 600; margin-bottom: 0; } .post-author-unique-username { color: #6b7280; display: block; font-size: 12px; font-weight: 400; } @media only screen and (max-width: 1000px) { .post-author, .post-avatar { float: left; } .post-author { margin-left: 8px; } .post-author p { margin: 0; } } @media only screen and (min-width: 576px) and (max-width: 1000px) { .post-author { margin-left: 16px; } } .post-avatar a { -ms-flex-pack: center; -ms-align-items: center; align-items: center; background-color: rgba(0, 0, 0, 0.5); border-radius: 6px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5); display: flex; -ms-justify-content: center; justify-content: center; overflow: hidden; width: fit-content; } @media only screen and (max-width: 575px) { .post-avatar a { border-radius: none; box-shadow: none; height: 36px; width: 36px; } } @media only screen and (min-width: 576px) and (max-width: 1000px) { .post-avatar a { height: 54px; } } .post-avatar img { max-width: 100px; } @media only screen and (max-width: 575px) { .post-avatar img { max-width: 36px; } } @media only screen and (min-width: 576px) and (max-width: 1000px) { .post-avatar img { max-width: 54px; } } @media only screen and (max-width: 575px) { .question-container .post-metadata-actions { right: 0; } } @media only screen and (max-width: 1000px) { .question-container .post-details { padding-left: 16px; } } @media only screen and (max-width: 575px) { .question-container .post-details { padding-left: 0; } } .post-question .post-content { float: left; width: 58%; } @media only screen and (max-width: 1000px) { .post-question .post-content { float: none; width: 100%; } } .post-question, .question-owner { padding-block: 20px; } .post-question .post-avatar img, .question-owner .post-avatar img { border: 2px solid #3b82f6; border-radius: 6px; box-shadow: 0 0 0 6px #3b82f6; } @media only screen and (max-width: 575px) { .post-question .post-avatar img, .question-owner .post-avatar img { border-radius: none; box-shadow: none; width: 36px; } } @media only screen and (min-width: 576px) and (max-width: 1000px) { .post-question .post-avatar img, .question-owner .post-avatar img { width: 54px; } } .post-question .post-author-name a, .question-owner .post-author-name a { color: #3b82f6; font-weight: 700; } .post-details { float: left; position: relative; width: 120px; z-index: 1; } @media only screen and (max-width: 1000px) { .post-details { left: 0; margin-bottom: 10px; margin-right: 0; position: relative; top: 0; width: 100%; } .post-details:after, .post-details:before { content: ""; display: table; line-height: 0; } .post-details:after { clear: both; } } .post-title { font-size: 28px; font-weight: 600; line-height: 1.25em; margin: 15px 20px 25px 0; } @media only screen and (max-width: 575px) { .post-title { font-size: 19px; } } .post-text { margin-bottom: 20px; overflow: hidden; } .post-text.renderedText p { font-size: 16px; line-height: 24px; margin: 0 0 18px; } @media only screen and (max-width: 575px) { .post-text.renderedText p { font-size: 16px; } } .post-metadata { color: #4b5563; font-size: 13px; font-weight: 700; margin: 0 0 12px; } .post-metadata:after, .post-metadata:before { content: ""; display: table; line-height: 0; } .post-metadata:after { clear: both; } @media only screen and (max-width: 575px) { .post-metadata { margin: 16px 0; } } .post-time { float: left; font-size: 12px; font-weight: 400; margin: 0; text-transform: uppercase; } .post-time a { color: #6b7280; } .post-question .post-metadata-actions { top: 0; } .post-metadata-actions { color: #212426; margin: -12px 0 0; padding: 10px 0; position: absolute; right: 20px; top: 20px; z-index: 1; } .post-metadata-actions > span { font-size: 12px; text-transform: uppercase; } @media only screen and (max-width: 575px) { .post-metadata-actions { right: 16px; top: inherit !important; } } .post-metadata-actions > span { opacity: 0.4; } .post-metadata-actions .fa { margin-right: 6px; position: relative; top: 1px; } .watch-post i { color: #68bc45; } .post-metadata-actions-dropdown { background-color: #fff; border-radius: 4px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4); display: none; font-size: 14px; font-weight: 400; list-style-type: none; margin: 6px 0 0 -30px; padding: 5px 0; position: absolute; z-index: 100; } .post-metadata-actions-dropdown li { font-size: 14px; padding: 5px 16px 5px 13px; white-space: nowrap; } @media only screen and (max-width: 1000px) { .post-metadata-actions-dropdown li { padding: 10px 16px 10px 13px; } } .post-metadata-actions-dropdown a { color: #212426; display: block; text-decoration: none; width: 100%; } .post-metadata-actions-dropdown .fa { color: #acacac; text-align: center; width: 18px; } @media only screen and (max-width: 1000px) { .post-metadata-actions-dropdown { right: 0; } } .post-actions { margin-bottom: 32px; } @media only screen and (max-width: 575px) { .post-actions .button { margin: 0 0 10px; width: 100%; } } .score-container { background-color: #e5e5e5; background-color: rgba(0, 0, 0, 0.1); display: block; height: 100%; margin-left: 18px; padding: 0 15px; text-align: center; } @media only screen and (max-width: 575px) { .score-container { background-color: transparent; height: auto; left: 10px; margin-left: 0; padding: 0; position: absolute; top: 15px; } } .score-title { color: #9e9e9e; display: block; font-size: 12px; margin-top: 6px; text-transform: uppercase; } @media only screen and (max-width: 575px) { .score-title { color: #737373; display: inline; font-size: 14px; margin-right: 3px; margin-top: 0; text-transform: none; } } .post-score { display: block; font-size: 16px; font-weight: 700; line-height: 1; } @media only screen and (max-width: 575px) { .post-score { display: inline; } } .yes-no-container { background-color: #f2f2f2; background-color: rgba(0, 0, 0, 0.05); border-radius: 4px; clear: left; display: inline-block; float: left; height: 50px; margin-bottom: 23px; overflow: hidden; position: relative; } @media only screen and (max-width: 575px) { .yes-no-container { height: 50px; width: 100%; } } .yes-no-container > div, .yes-no-container > p { float: left; } @media only screen and (max-width: 575px) { .yes-no-container > div, .yes-no-container > p { float: right; } } .yes-no-container p { color: #666; font-size: 16px; margin: 13px 20px; } .post-actions-container:after, .post-actions-container:before { content: ""; display: table; line-height: 0; } .post-actions-container:after { clear: both; } .post-actions-container > .choose-post-button-container { margin-bottom: 16px; } @media only screen and (max-width: 575px) { .add-comment { display: block !important; } } .add-comment i { color: #6b7280; font-size: 14px; margin-right: 8px; } button.cancel-comment { color: #6b7280; } .add-comment-container { width: auto; } .add-comment-container .formField { padding-top: 0; } .add-comment-container .formField textarea { margin-bottom: 16px; min-height: 90px; width: 100%; } @media only screen and (max-width: 575px) { .add-comment-container .formField textarea { width: 100%; } } @media only screen and (min-width: 576px) and (max-width: 1000px) { .add-comment-container .formField textarea { min-height: 120px; width: 100%; } } .add-comment-container .formField textarea + .button { margin: 0; padding: 9px 0; } .add-comment-container .max-characters { float: left; font-size: 12px; margin: 0 0 5px; } .add-comment-container .submit-comment { display: block; } .comment-input-container { max-width: 531px; } @media only screen and (min-width: 576px) and (max-width: 1000px) { .comment-input-container { max-width: 631px; } } .formBody { background-color: transparent; margin: 0 0 36px; padding: 0; } .formBody textarea { border: 1px solid rgba(0, 3, 6, 0.12); border-radius: 4px; box-shadow: none; outline: 0; padding: 10px 17px; } .formField { padding: 40px 0 0; } .formField textarea { font-size: 14px; width: 100%; } @media only screen and (max-width: 575px) { .formField textarea { font-size: 16px; } } .buttons-yes-no { min-width: 100px; text-align: center; } .buttons-yes-no .button-no, .buttons-yes-no .button-yes { border-style: solid; border-width: 1px; float: left; font-size: 12px; font-weight: 600; margin: 7px 0 8px; padding: 8px 12px; text-decoration: none; text-transform: uppercase; } @media only screen and (max-width: 575px) { .buttons-yes-no .button-no, .buttons-yes-no .button-yes { border-width: 0; height: 50px; margin: 0; padding: 0 15px; text-align: center; width: 50px; } .buttons-yes-no .button-no i, .buttons-yes-no .button-yes i { font-size: 14px; position: relative; top: 18px; } } .buttons-yes-no .button-yes { background-color: #e9f9ef; border-color: #22c55e; border-radius: 4px 0 0 4px; border-right: 0; color: #22c55e; } @media only screen and (max-width: 575px) { .buttons-yes-no .button-yes { background-color: #d3f3df; border-radius: 0; } } .buttons-yes-no .button-no { background-color: #fff; border-color: #f37373 #f37373 #f37373 #22c55e; border-radius: 0 4px 4px 0; color: #f37373; } @media only screen and (max-width: 575px) { .buttons-yes-no .button-no { background-color: #facfc5; } } .voted-container { display: block; height: 50px; min-width: 100px; white-space: nowrap; } .voted-container .voted-undo { display: none !important; } .voted-action { align-items: center; font-size: 14px; line-height: 50px; margin-right: 10px; text-align: center; white-space: nowrap; width: auto; } .voted-action .fa { position: relative; top: 1px; } #answer-form { border: 1px dashed #e5e7eb; border-radius: 8px; margin-bottom: 24px; } @media only screen and (max-width: 575px) { #answer-form { border: 0; } } .answer-input-container { margin: 24px auto 48px; padding-inline: 20px; text-align: center; } @media only screen and (max-width: 575px) { .answer-input-container { padding-inline: 0; } } .answer-input-container .formField { padding: 16px 0 0; } .answer-input-container a { text-decoration: none; } .answer-input-title { overflow: auto; padding-top: 20px; } .answer-input-title h2 { border: none; float: left; font-weight: 700; margin: 0; } @media only screen and (max-width: 575px) { .answer-input-title h2 { float: none; margin-bottom: 16px; } } .author-hook { float: right; font-size: 18px; position: relative; } @media only screen and (max-width: 575px) { .author-hook { float: none; } } .author-hook .circle-avatar { border: 1px solid #3b82f6; height: 34px; margin-right: 8px; position: relative; top: -7px; vertical-align: middle; width: 34px; } .author-hook a { color: #3b82f6; font-weight: 700; } .answer-input-form .button { margin: 0 15px; } @media only screen and (max-width: 575px) { .answer-input-form .button { margin: 0 0 16px; width: 100%; } } #answerPreviewContainer { padding: 24px; } #answerPreviewContainer h2.muted { border-bottom: 1px solid #f9fafb; text-align: center; } @media only screen and (min-width: 1001px) and (max-width: 1200px), only screen and (min-width: 1201px) { #answerPreviewContainer .qaText { padding-left: 150px; } } .circle-avatar, .preview-container { overflow: hidden; } .circle-avatar { border-radius: 50%; display: inline-block; float: left; height: 54px; line-height: 0; width: 54px; } .circle-avatar img { border-radius: 50%; height: 100%; width: 100%; } .post-rep-count { color: #3b82f6; font-size: 12px; font-weight: 700; margin: 0; } .renderedText p { color: #212426; font-size: 16px; line-height: 1.55em; } .renderedText p:not(:last-child) { margin-bottom: 24px; } hr { border: 0; border-top: 1px solid #f9fafb; margin: 5px 0 15px; padding: 0; } .skip-to-content { height: 1px; left: -999px; overflow: hidden; position: absolute; top: auto; width: 1px; z-index: -999; .skip-to-content:active, .skip-to-content:focus { background-color: #000; color: #fff; font-size: 36px; height: auto; left: 0; margin: 5px; overflow: auto; padding: 5px; text-align: center; top: 0; width: auto; z-index: 999; } } * { box-sizing: border-box; } body, html { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; margin: 0; padding: 0; position: relative; text-rendering: optimizeSpeed; } /*! File: Shared/prosemirror.less */ /*! File: Shared/prosemirror.less */ .ProseMirror-menubar-wrapper .ProseMirror { background: #fff; border: 1px solid #d1d5db; border-radius: 4px; color: #1f2937; line-height: 1.2; margin-top: 8px; min-height: 120px; outline: 0 solid transparent; padding: 12px 16px; } .ProseMirror-menubar-wrapper .ProseMirror .widget-container { display: inline-block; left: 20%; min-width: fit-content; min-width: 350px; position: absolute; user-select: none; width: 60%; z-index: 10; } .ProseMirror-menubar-wrapper .ProseMirror .widget-container .prosemirror-link-editor { background-color: #f9fafb; border: 1px solid #a8b4c4; border-radius: 2px; box-shadow: 0 -5px 15px 10px rgba(0, 3, 6, 0.07); margin-top: -115px; padding: 10px; } .ProseMirror-menubar-wrapper .ProseMirror .widget-container input { border: 1px solid #d1d5db; border-radius: 4px; bottom: 0.75em; color: rgba(0, 3, 6, 0.74); font-size: 12px; left: -133px; padding: 5px; visibility: hidden; width: 100%; } .ProseMirror-menubar-wrapper .ProseMirror .widget-container .link-edit-buttongroup { -ms-flex-pack: end; display: flex; flex-direction: row; -ms-justify-content: flex-end; justify-content: flex-end; } .ProseMirror-menubar-wrapper .ProseMirror .widget-container .link-edit-buttongroup .link-edit-button { margin: 15px 5px 5px; white-space: nowrap; } .ProseMirror-menubar { align-items: center; background-color: #f9fafb; border: 1px solid #e5e7eb; border-top-left-radius: inherit; border-top-right-radius: inherit; border-radius: 4px; box-sizing: border-box; display: flex; flex-wrap: wrap; font-size: 1.14rem; left: 0; line-height: 0; outline-style: none; overflow: visible; padding: 6px 8px; position: relative; right: 0; top: 0; z-index: 10; } .ProseMirror-menubar .ProseMirror-menuseparator { border: 1px solid #e5e7eb; display: inline-block; height: 24px; margin: 0 8px; } .ProseMirror-menuitem { display: inline-block; line-height: 0; margin: 0 8px; } .ProseMirror-icon { cursor: pointer; display: inline-block; line-height: 0; position: relative; } .ProseMirror-icon .tooltiptext { background-color: #000; border-radius: 4px; border-style: none; bottom: 120%; color: #fff; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; font-size: 16px; left: -1px; opacity: 0; padding: 5px 10px; pointer-events: none; position: absolute; text-align: center; white-space: nowrap; } @media only screen and (max-width: 575px) { .ProseMirror-icon .tooltiptext { display: none; } } .ProseMirror-icon .tooltiptext:after { border: 6px solid transparent; border-top-color: #000; content: " "; left: 15px; margin-left: -6px; position: absolute; top: 100%; } .ProseMirror-icon .flipped-tooltip { bottom: -220%; } .ProseMirror-icon .flipped-tooltip:after { border-color: transparent transparent #000; top: -35%; } .ProseMirror-icon:hover .tooltiptext { opacity: 1; transition: opacity 0.2s ease 0.2s; } .ProseMirror-icon svg { height: 1em; } .ProseMirror-icon span { vertical-align: text-top; } .ProseMirror-icon-reverse > svg { transform: scaleX(-1); } .ProseMirror-icon, .ProseMirror-menu-dropdown { color: #6b7280; } .menubar-header { color: #212426; font-size: 26px; font-weight: 700; } .menubar-subheader { color: #4b5563; font-size: 1.43rem; font-weight: 600; } .menubar-code { font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace; } .tooltiptext { color: #6b7280; font-size: 16px; font-weight: 400; } .ProseMirror-menu-disabled { color: #d1d5db; } .ProseMirror-menu-disabled.ProseMirror-icon { cursor: default; } .ProseMirror-menu-active { background-color: rgba(0, 3, 6, 0.07); border-radius: 4px; } .prosemirror { outline-style: none; position: relative; } .ProseMirror-textblock-dropdown { min-width: 3em; } .ProseMirror-menu { line-height: 1; margin: 0 -4px; } .ProseMirror-tooltip .ProseMirror-menu { white-space: pre; width: fit-content; } .ProseMirror-menu-dropdown, .ProseMirror-menu-dropdown-menu { font-size: 90%; white-space: nowrap; } .ProseMirror-menu-dropdown { cursor: pointer; display: flex; padding-right: 16px; position: relative; } .ProseMirror-menu-dropdown svg { margin-right: 4px; } .ProseMirror-menu-dropdown:after { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid; content: ""; position: absolute; right: 4px; top: 38%; } .ProseMirror-menu-dropdown-wrap { display: inline-block; position: relative; } .ProseMirror-menu-dropdown-menu, .ProseMirror-menu-submenu { background: #fff; border: 1px solid #aaa; color: #666; padding: 2px; position: absolute; } .ProseMirror-menu-dropdown-menu { min-width: 6em; z-index: 15; } .ProseMirror-menu-dropdown-item { cursor: pointer; padding: 2px 8px 2px 4px; } .ProseMirror-menu-dropdown-item:hover { background: #f2f2f2; } .ProseMirror-menu-submenu-wrap { margin-right: -4px; position: relative; } .ProseMirror-menu-submenu-label:after { border-bottom: 4px solid transparent; border-left: 4px solid; border-top: 4px solid transparent; color: rgba(0, 0, 0, 0.6); content: ""; position: absolute; right: 4px; top: 46%; } .ProseMirror-menu-submenu { display: none; left: 100%; min-width: 4em; top: -3px; } .ProseMirror-menu-submenu-wrap-active .ProseMirror-menu-submenu, .ProseMirror-menu-submenu-wrap:hover .ProseMirror-menu-submenu { display: block; } .ProseMirror { word-wrap: break-word; font-variant-ligatures: none; position: relative; white-space: pre-wrap; } .ProseMirror ol, .ProseMirror ul { padding-left: 30px; } .ProseMirror blockquote { border-left: 3px solid #eee; margin-left: 0; margin-right: 0; padding-left: 1em; } .ProseMirror p { font-size: 1.14rem; } .ProseMirror-hideselection ::selection { background: 0 0; } .ProseMirror-hideselection ::-moz-selection { background: 0 0; } .ProseMirror-selectednode { outline: 2px solid #8cf; } li.ProseMirror-selectednode { outline: 0; } li.ProseMirror-selectednode:after { border: 2px solid #8cf; bottom: -2px; content: ""; left: -32px; pointer-events: none; position: absolute; right: -2px; top: -2px; } .ProseMirror-example-setup-style hr { border: none; margin: 1em 0; padding: 2px 10px; } .ProseMirror-example-setup-style hr:after { background-color: silver; content: ""; display: block; height: 1px; line-height: 2px; } .ProseMirror-example-setup-style img { cursor: default; } .ProseMirror-prompt { background: #fff; border: 1px solid silver; border-radius: 3px; box-shadow: -0.5px 2px 5px rgba(0, 0, 0, 0.2); padding: 5px 10px 5px 15px; position: fixed; z-index: 11; } .ProseMirror-prompt h5 { color: #444; font-size: 100%; font-weight: 400; margin: 0; } .ProseMirror-prompt input[type="text"], .ProseMirror-prompt textarea { background: #eee; border: none; outline: 0; } .ProseMirror-prompt input[type="text"] { padding: 0 4px; } .ProseMirror-prompt-close { background: 0 0; border: none; color: #666; left: 2px; padding: 0; position: absolute; top: 1px; } .ProseMirror-prompt-close:after { content: "✕"; font-size: 12px; } .ProseMirror-invalid { background: #ffc; border: 1px solid #cc7; border-radius: 4px; min-width: 10em; padding: 5px 10px; position: absolute; } .ProseMirror-prompt-buttons { display: none; margin-top: 5px; } </style> </head> <body class="responsive fullWidth" data-reactroot> <!-- https://accessibility.oit.ncsu.edu/it-accessibility-at-nc-state/developers/accessibility-handbook/mouse-and-keyboard-events/skip-to-main-content/ --> <style> .skip-to-content { left: -999px; position: absolute; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: -999; .skip-to-content:focus, .skip-to-content:active { color: white; background-color: black; left: 0; top: 0; width: auto; height: auto; overflow: auto; padding: 5px; margin: 5px; text-align: center; font-size: 36px; z-index: 999; } } </style> <a href="#content" class="skip-to-content "> Skip to main content</a> <div id="notifications" style="display:none;"> <div class="close"><i class="fa fa-times " ></i></div> </div> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-59NVBFN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Piwik Pro Script --> <script type="text/javascript"> (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString();f="; SameSite=Strict"}document.cookie=a+"="+b+d+f+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src='https://ifixit.containers.piwik.pro/'+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'pproDataLayer', '6bf6bc54-82ca-4321-8620-b12d5c9b57b6'); var _paq = window._paq = window._paq || []; _paq.push(['setCustomDimensionValue', 1, 'ifixit-us']); _paq.push(['setCustomDimensionValue', 2, 'EN']); if('' !== '') { const privilege = ''.replace('&', '&'); _paq.push(['setCustomDimensionValue', 3, privilege]); } </script> <!-- End Piwik Pro Script --> <div id="background"> <div class="react-component component-PopupModal" data-reactroot data-name="PopupModal" data-props="[]"> </div> <div class="react-component component-Header" data-reactroot data-name="Header" data-props="{"isOnCart":false,"links":[{"title":"Fix Your Stuff","url":"\/Guide","sublinks":[{"title":"Repair Guides","description":"Learn how to fix just about anything with our step-by-step guides.","url":"\/Guide"},{"title":"Answers Forum","description":"Share solutions and get help from a friend.","url":"\/Answers"},{"title":"Teardowns","description":"Get a sneak peek inside the latest gadgets.","url":"\/Teardown"},{"title":"News","description":"Your destination for tech repair news.","url":"\/News"}]},{"title":"Community","url":"\/Community","sublinks":[{"title":"Get Involved","description":"Help teach people to make their stuff work again.","url":"\/Community"},{"title":"Right to Repair","description":"Learn about the Right to Repair movement and how to be an advocate.","url":"\/Right-to-Repair"},{"title":"Repairability","description":"Learn why fixable products make sense.","url":"\/repairability"},{"title":"Our Manifesto","description":"Join the repair revolution!","url":"\/Manifesto"}]},{"title":"Store","url":"https:\/\/www.ifixit.com\/Store","hasStoreDropdown":true,"sublinks":[{"title":"Featured","description":"Quality parts and tools backed by our lifetime guarantee.","url":"https:\/\/www.ifixit.com\/Store"},{"title":"Tools","description":"Shop our wide selection of precision tools.","url":"https:\/\/www.ifixit.com\/Tools"},{"title":"Parts","description":"Shop parts backed by our quality guarantee.","url":"https:\/\/www.ifixit.com\/Parts"},{"title":"Merch","description":"Show your love for iFixit with shirts, posters and more.","url":"https:\/\/www.ifixit.com\/Tools\/iFixit_Gear"}]}],"stores":[{"name":"United States","storeCode":"us","currency":"USD","isDisplayStore":true},{"name":"Australia","storeCode":"au","currency":"AUD","isDisplayStore":false},{"name":"Canada","storeCode":"ca","currency":"CAD","isDisplayStore":false},{"name":"Germany","storeCode":"de","currency":"EUR","isDisplayStore":false},{"name":"France","storeCode":"fr","currency":"EUR","isDisplayStore":false},{"name":"United Kingdom","storeCode":"uk","currency":"GBP","isDisplayStore":false},{"name":"Europe","storeCode":"eu","currency":"EUR","isDisplayStore":false}],"dropdowns":{"languageDropdown":{"languages":[{"name":"German","autoglottonym":"Deutsch","currency":"DEM","locale":"de_DE","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/ba\/Flag_of_Germany.svg\/16px-Flag_of_Germany.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/ba\/Flag_of_Germany.svg\/32px-Flag_of_Germany.svg.png","isoCode":"DE","isSelected":false},{"name":"English","autoglottonym":"English","currency":"USD","locale":"en_US","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a4\/Flag_of_the_United_States.svg\/16px-Flag_of_the_United_States.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a4\/Flag_of_the_United_States.svg\/32px-Flag_of_the_United_States.svg.png","isSelected":true,"isoCode":"EN"},{"name":"Spanish","autoglottonym":"Espa\u00f1ol","currency":"MXN","locale":"es_MX","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fc\/Flag_of_Mexico.svg\/16px-Flag_of_Mexico.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fc\/Flag_of_Mexico.svg\/32px-Flag_of_Mexico.svg.png","isoCode":"ES","isSelected":false},{"name":"French","autoglottonym":"Fran\u00e7ais","currency":"EUR","locale":"fr_FR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/c\/c3\/Flag_of_France.svg\/16px-Flag_of_France.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/c\/c3\/Flag_of_France.svg\/32px-Flag_of_France.svg.png","isoCode":"FR","isSelected":false},{"name":"Italian","autoglottonym":"Italiano","currency":"EUR","locale":"it_IT","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/03\/Flag_of_Italy.svg\/16px-Flag_of_Italy.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/03\/Flag_of_Italy.svg\/32px-Flag_of_Italy.svg.png","isoCode":"IT","isSelected":false},{"name":"Dutch","autoglottonym":"Nederlands","currency":"EUR","locale":"nl_NL","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/20\/Flag_of_the_Netherlands.svg\/16px-Flag_of_the_Netherlands.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/20\/Flag_of_the_Netherlands.svg\/32px-Flag_of_the_Netherlands.svg.png","isoCode":"NL","isSelected":false},{"name":"Portuguese","autoglottonym":"Portugu\u00eas","currency":"PP","locale":"pt_BR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/05\/Flag_of_Brazil.svg\/16px-Flag_of_Brazil.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/05\/Flag_of_Brazil.svg\/32px-Flag_of_Brazil.svg.png","isoCode":"PT","isSelected":false},{"name":"Russian","autoglottonym":"P\u0443\u0441\u0441\u043a\u0438\u0439","currency":"RUR","locale":"ru_RU","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Flag_of_Russia.svg\/16px-Flag_of_Russia.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Flag_of_Russia.svg\/32px-Flag_of_Russia.svg.png","isoCode":"RU","isSelected":false},{"name":"Turkish","autoglottonym":"T\u00fcrk\u00e7e","currency":"TRY","locale":"tr_TR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b4\/Flag_of_Turkey.svg\/16px-Flag_of_Turkey.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b4\/Flag_of_Turkey.svg\/32px-Flag_of_Turkey.svg.png","isoCode":"TR","isSelected":false},{"name":"Chinese","autoglottonym":"\u4e2d\u6587","currency":"HKD","locale":"zh_CN","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fa\/Flag_of_the_People%27s_Republic_of_China.svg\/16px-Flag_of_the_People%27s_Republic_of_China.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fa\/Flag_of_the_People%27s_Republic_of_China.svg\/32px-Flag_of_the_People%27s_Republic_of_China.svg.png","isoCode":"ZH","isSelected":false},{"name":"Japanese","autoglottonym":"\u65e5\u672c\u8a9e","currency":"JPY","locale":"ja_JP","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9e\/Flag_of_Japan.svg\/16px-Flag_of_Japan.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9e\/Flag_of_Japan.svg\/32px-Flag_of_Japan.svg.png","isoCode":"JP","isSelected":false},{"name":"Korean","autoglottonym":"\ud55c\uad6d\uc5b4","currency":"KRW","locale":"ko_KR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/09\/Flag_of_South_Korea.svg\/16px-Flag_of_South_Korea.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/09\/Flag_of_South_Korea.svg\/32px-Flag_of_South_Korea.svg.png","isoCode":"KO","isSelected":false}],"translationPreferencesUrl":"\/api\/2.0\/user\/setLanguagePreferences"},"userInfo":null,"shopifyStore":{"currencyCode":"USD","storeCode":"us","shopDomain":"ifixit-us.myshopify.com","storefrontAccessToken":"db3099692534a56ecec7b974a329d302","cartUrl":"https:\/\/www.ifixit.com\/cart","storeUrl":"https:\/\/www.ifixit.com\/Store"},"cartDrawer":{"flagCountryCode":"US","locale":"en-us"},"user":{"priceTiers":null}}}"> <style> * { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { margin: 0; padding: 0; text-rendering: optimizeSpeed; position: relative; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; } .header-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 68px; background: #11161A; } .header-container { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 1400px; padding: 0 12px; } .header-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s; } .header-space { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .logo-container { display: -webkit-box; display: -ms-flexbox; display: flex; margin-inline: 16px; } .headings-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; height: 100%; } .headings-container a.heading { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 24px; color: white; font-size: 14px; font-weight: 600; text-decoration: none; margin: 0; } .menu-icon { display: none; } @media only screen and (max-width: 374px) { .logo-container { margin-inline: 12px; } } @media only screen and (max-width: 999px) { .header-container { padding-left: 12px; } .headings-container { display: none; } .menu-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-negative: 0; flex-shrink: 0; padding: 6px; } } @media only screen and (min-width: 1440px) { .header-container { padding: 0; } } </style> <div class="header-wrapper"> <div class="header-container"> <div class="header-left"> <div class="menu-icon"> <span class="svg-container" style="width: 24px; height: 24px; display: inline-flex;"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#D2DADF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="4" y1="12" x2="20" y2="12" class="middle"></line><line x1="4" y1="6" x2="20" y2="6" class="top"></line><line x1="4" y1="18" x2="20" y2="18" class="bottom"></line></svg></span> </div> <div class="logo-container"> <span class="svg-container" style="width: 118px; height: 36px; display: inline-flex;"><svg width="118" height="36" viewBox="0 0 118 36" fill="none" xmlns="http://www.w3.org/2000/svg" focusable="false" style="display: block" > <path fillRule="evenodd" clipRule="evenodd" d="M108.185 13.1401H104.585C103.636 13.1401 102.858 12.3534 102.858 11.3942C102.858 10.4357 103.636 9.64859 104.585 9.64859H115.53C116.479 9.64859 117.257 10.4357 117.257 11.3942C117.257 12.3534 116.479 13.1401 115.53 13.1401H111.93V25.1143C111.93 26.1717 111.103 27.0077 110.057 27.0077C109.012 27.0077 108.185 26.1717 108.185 25.1143V13.1401Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M96.2178 11.3942C96.2178 10.3372 97.0448 9.50126 98.0906 9.50126C99.1364 9.50126 99.9634 10.3372 99.9634 11.3942V25.1143C99.9634 26.1717 99.1364 27.0077 98.0906 27.0077C97.0448 27.0077 96.2178 26.1717 96.2178 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M86.7676 18.3556L92.1018 12.9633C92.8473 12.2101 92.8473 10.9884 92.1018 10.2348C91.3566 9.48139 90.1478 9.48139 89.4027 10.2348L84.0685 15.6271L78.7343 10.2348C77.989 9.48139 76.7807 9.48139 76.0352 10.2348C75.2897 10.9884 75.2897 12.2099 76.0352 12.9633L81.3694 18.3556L76.0352 23.7477C75.2897 24.5011 75.2897 25.7228 76.0352 26.4764C76.4079 26.8532 76.8962 27.0414 77.3849 27.0414C77.8731 27.0414 78.3618 26.8532 78.7343 26.4764L84.0685 21.0841L89.4025 26.4764C89.7755 26.8532 90.2635 27.0414 90.7522 27.0414C91.2406 27.0414 91.7293 26.8532 92.1018 26.4764C92.8471 25.7228 92.8471 24.5011 92.1018 23.7477L86.7676 18.3556Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M68.1737 11.3942C68.1737 10.3372 69.0006 9.50126 70.0462 9.50126C71.0923 9.50126 71.9193 10.3372 71.9193 11.3942V25.1143C71.9193 26.1717 71.0923 27.0077 70.0462 27.0077C69.0006 27.0077 68.1737 26.1717 68.1737 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M52.0474 11.542C52.0474 10.4846 52.8746 9.64859 53.9206 9.64859H63.4551C64.4038 9.64859 65.1577 10.4109 65.1577 11.3697C65.1577 12.3287 64.4038 13.091 63.4551 13.091H55.7934V16.7544H62.3607C63.3091 16.7544 64.0628 17.5167 64.0628 18.4755C64.0628 19.4347 63.3091 20.1966 62.3607 20.1966H55.7934V25.1143C55.7934 26.1717 54.9662 27.0077 53.9206 27.0077C52.8746 27.0077 52.0474 26.1717 52.0474 25.1143V11.542Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M44.0456 11.3942C44.0456 10.3372 44.8726 9.50126 45.9182 9.50126C46.9642 9.50126 47.791 10.3372 47.791 11.3942V25.1143C47.791 26.1717 46.9642 27.0077 45.9182 27.0077C44.8726 27.0077 44.0456 26.1717 44.0456 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M22.7682 18.7576L26.2886 23.4561C26.5805 23.8461 26.5971 24.4944 26.3252 24.8986L26.1472 25.1625C25.8763 25.5659 25.3313 26.1268 24.9369 26.4092L24.5136 26.7101C24.1199 26.9919 23.4821 26.9816 23.0977 26.6865L18.4482 23.1233C18.0638 22.8282 17.4338 22.8282 17.0491 23.1233L12.3999 26.6865C12.015 26.9816 11.3739 26.9961 10.9773 26.7202L10.67 26.507C10.2731 26.2295 9.72042 25.6753 9.44417 25.2755L9.17896 24.8911C8.90271 24.4919 8.91463 23.8461 9.20524 23.4561L12.7305 18.7554C13.0211 18.3652 13.0211 17.7294 12.7305 17.3397L9.20524 12.6376C8.91463 12.2476 8.90359 11.6041 9.18205 11.2052L9.48171 10.7772C9.75906 10.3783 10.314 9.8274 10.7132 9.55372L10.9749 9.3738C11.3739 9.09878 12.015 9.11686 12.3999 9.41063L17.0491 12.974C17.4338 13.2689 18.0638 13.2689 18.4482 12.974L23.0977 9.41063C23.4821 9.11686 24.1364 9.07757 24.5533 9.3258L25.0396 9.61622C25.4563 9.86423 25.988 10.4172 26.2223 10.8442L26.3937 11.1569C26.6269 11.5829 26.5805 12.251 26.2886 12.641L22.7682 17.3419C22.4763 17.7317 22.4763 18.3688 22.7682 18.7576ZM17.8061 -2.79848e-09C7.97194 -2.79848e-09 -1.14211e-09 8.05854 -1.14211e-09 17.9989C-1.14211e-09 27.9404 7.97194 36 17.8061 36C27.6404 36 35.6124 27.9404 35.6124 17.9989C35.6124 8.05854 27.6404 -2.79848e-09 17.8061 -2.79848e-09Z" fill="#1975F1" /> </svg></span> </div> </div> <div class="headings-container"> <a href="/Guide" class="heading">Fix Your Stuff</a> <a href="/Community" class="heading">Community</a> <a href="/Store" class="heading">Store</a> </div> <div class="header-space"></div> </div> </div> </div> <div class="react-component component-ConsentBanner" data-reactroot data-name="ConsentBanner" data-props="{"isTest":false,"flagEnabled":false,"privacyPolicyUrl":"https:\/\/www.ifixit.com\/Info\/Privacy","needsConsent":false,"piwikSiteId":"6bf6bc54-82ca-4321-8620-b12d5c9b57b6","shopifyConfig":{"checkout":"store.ifixit.com","storefront":"ifixit.com","accessToken":"db3099692534a56ecec7b974a329d302"}}"> </div> <div id="page" class=" "> <div class="react-component component-AnswersNavComponent" data-reactroot data-name="AnswersNavComponent" data-props="{"breadCrumbs":[{"name":"All Answers","url":"https:\/\/www.ifixit.com\/Answers"},{"name":"Phone","url":"https:\/\/www.ifixit.com\/Answers\/Device\/Phone"},{"name":"Android Phone","url":"https:\/\/www.ifixit.com\/Answers\/Device\/Android_Phone"},{"name":"Google Phone","url":"https:\/\/www.ifixit.com\/Answers\/Device\/Google_Phone"},{"name":"Google Pixel 6","url":"https:\/\/www.ifixit.com\/Answers\/Device\/Google_Pixel_6"}],"navTabs":[{"name":"Parts","url":"https:\/\/www.ifixit.com\/Parts\/Google_Pixel_6"},{"name":"Guides","url":"https:\/\/www.ifixit.com\/Device\/Google_Pixel_6#Section_Guides"},{"name":"Troubleshooting","url":"https:\/\/www.ifixit.com\/Troubleshooting\/Google_Pixel_6","isCurrentPage":true}]}"> <style> .placeholder-guide-nav { height: 49px; border-bottom: 1px solid; border-color: #e5e7eb; width: 100%; } .placeholder-breadcrumbs-mobile { height: 40px; } @media (min-width: 576px) { .placeholder-breadcrumbs-mobile { display: none; } } </style> <div class="placeholder-guide-nav"></div> <div class="placeholder-breadcrumbs-mobile"></div> </div> <div id="main" > <div id="mainBody" > <!-- MAIN BODY --> <div class="statuses"> </div> <div id="contentFloat"> <div class="content-container"> <div id="content"> <div itemscope itemtype="http://schema.org/QAPage"> <div itemscope itemtype="http://schema.org/Question" itemprop="mainEntity"> <span class="hidden" id="questionidSpan">747170</span> <div class="js-question-container question-container"> <a name="answer747170"></a> <div id="answer747170" class="post js-post js-post-question post-question question-owner " data-context="post" data-postid="747170" data-userid="4185680" > <meta itemprop="answerCount" content="1"> <meta itemprop="commentCount" content="12"> <div class="question-device-container" itemprop="about" itemscope itemtype="http://schema.org/Thing"> <div class="device-image-container"> <a href="/Device/Google_Pixel_6"><img src="https://guide-images.cdn.ifixit.com/igi/DVtP2AJeE3R4bSLy.standard" class="device-image hasMenu" itemprop="image"></a> </div> <div class="device-details"> <h2 class="device-name" itemprop="name"> <a href="/Device/Google_Pixel_6" itemprop="url">Google Pixel 6</a> </h2> <p class="device-summary hidden-mobile">Repair and disassembly information for Google's Pixel 6 smartphone, released in October 2021. Identified by model number GB7N6 and G9S9B16.</p> </div> <div class="clearer hidden-mobile"></div> <a href="/Answers/Device/Google_Pixel_6" class="device-more-answers"> <span class="device-numbers"> 55 Questions </span> <span class="device-view-all hidden-mobile"> View all <i class="fa fa-angle-right " ></i> </span> </a> </div> <div class="post-details"> <div class="post-avatar"> <a href="/User/4185680/Pumpseidon"> <img src="https://assets.cdn.ifixit.com/static/images/avatars/User/ifixit/avatar-11.standard"> </a> </div> <div class="post-author" itemprop="author" itemscope itemtype="http://schema.org/Person"> <p class="post-author-name"><a href="/User/4185680/Pumpseidon" class="post-author-username-container" itemprop="url"> <span class="post-author-username" itemprop="name">Pumpseidon</span> <span class="post-author-unique-username">@pumpseidon</span> </a> </p> <p class="post-rep-count">Rep: 85</p> <a href="/User/Graph/4185680/Pumpseidon" class="post-author-badge-container"> <div class="post-author-badge-content"> <p class="badge-tier-count" title="2 Bronze badges"> <img src="https://assets.cdn.ifixit.com/static/images/badges/bronze-badge.svg"> 2 </p> <p class="badge-tier-count" title="2 Silver badges"> <img src="https://assets.cdn.ifixit.com/static/images/badges/silver-badge.svg"> 2 </p> </div> </a> </div> </div> <div class="post-content"> <div class="post-metadata"> <p class="post-time"> <a href="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on." itemprop="url"> Posted: <time itemprop="dateCreated" title="Sat, 10 Sep 2022 09:05:22 -0700" datetime="2022-09-10T09:05:22-07:00">Sep 10, 2022</time> </a> </p> <div class="post-metadata-actions"><span><i class="fa fa-caret-down " ></i> Options</span> <ul class="post-metadata-actions-dropdown"> <li class="post-action post-action-permalink"><a href="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on."><i class="fa fa-link " ></i> Permalink</a></li> <li class="post-action post-action-history"><a href="/Answers/History/747170" rel="ugc"><i class="fa fa-clock-o " ></i> History</a></li> <li class="post-action js-watch-post js-not-watching" data-isWatching="false" ><i class="fa fa-eye " ></i> Subscribe</li> <li class="post-action js-watch-post js-watching" data-isWatching="true" style="display: none"><i class="fa fa-eye-slash " ></i> Unsubscribe</li> </ul> </div> </div> <h1 class="post-title" itemprop="name">Replaced Screen, new screen won't turn on.</h1> <div class="post-text renderedText" itemprop="text"> <p>Hey I just replaced the screen on my Pixel 6. It fell and broke the LCD underneath the glass and screen protector, but now that I've got the new one in place, it doesn't power on at all.</p> <p>The phone buzzes like it's on, like when it gets plugged in to charge</p> <p>I've tried all the youtube suggestions as far as hard resetting it.</p> <p>But nothing works, it's like the phone isn't recognizing the screen at all.</p> <p>When I broke it I did take the old screen off and let it sit unattached for a few days. if that matters idk.</p> <p>I also tried disconnecting the Battery for a few minutes to see if that would change anything, and it didn't.</p> <p>Any Suggestions? Thanks</p> </div> <div class="post-actions-container"> <div class="post-actions"> <a class="button button-action-solid js-answer-question"> Answer this question </a> <a class="button js-watch-post js-not-watching" data-isWatching="false"> I have this problem too </a> <a class="button watch-post js-watch-post js-watching" style="display: none" data-isWatching="true"><i class="fa fa-envelope-o " ></i> Subscribed to new answers </a> </div> <div class="question-actions yes-no-container js-vote-container " data-currentVote="none"> <p class="hidden-mobile">Is this a good question?</p> <div class="buttons-yes-no js-yes-no-buttons" > <a class="button-yes js-vote-yes js-button-vote" data-voteDirection="up"><span class="hidden-mobile">Yes</span><span class="visible-mobile"><i class="fa fa-arrow-up " ></i></span></a> <a class="button-no js-vote-no js-button-vote" data-voteDirection="down"><span class="hidden-mobile">No</span><span class="visible-mobile"><i class="fa fa-arrow-down " ></i></span></a> </div> <div class="voted-container js-buttons-voted" style="display: none"> <span class="voted-action js-button-voted"><i class="fa fa-circle " ></i> Voted</span> <span class="voted-action voted-undo js-button-vote js-voted-undo" data-voteDirection="undo"><i class="fa fa-undo " ></i> Undo</span> </div> <div class="score-container "> <span class="score-title">Score</span> <span class="post-score js-post-score" itemprop="upvoteCount">7</span> </div> </div> <div class="choose-post-button-container"> <a class="button button-action choosePostLink hidden" data-postid="747170"></a> <div class="cancelChoosePostContainer hidden" id="cancelChoosePostContainer747170"> <a class="cancelChoosePostLink button button-action">Cancel</a> <div class="cancelChoosePostText">Scroll through this thread to find the appropriate place for this comment. Then, click "Attach comment to this post" to move it.</div> </div> </div> </div> <div class="comments js-comments question-comments"> <details id='question-details' > <summary class="comments-more uppercase"> <span> 12 Comments </span> </summary> <div id="comment-828246" itemprop="comment" itemscope itemtype="http://schema.org/Comment" class="js-comment comment" data-commentid="828246"> <div class="comment-icon"> <i class="fa fa-comment-o fa-2x" ></i> </div> <div class="comment-content"> <div class="comment-text js-comment-text" itemprop="text"><p>Have you tried disconnecting the new screen and reconnecting it?</p></div> <p class="comment-meta"> <a href="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on.?permalink=comment-828246#comment-828246" class="permalink" itemprop="url" rel="nofollow"><time itemprop="dateCreated" title="Sat, 10 Sep 2022 13:09:37 -0700" datetime="2022-09-10T13:09:37-07:00">Sep 10, 2022</time></a> by <span itemprop="author" itemscope itemtype="http://schema.org/Person"> <a href="/User/2844562/Nicholas+Kerns" itemprop="url" class="strong"><span itemprop="name">Nicholas Kerns</span></a> </span> <span class="comment-actions"> </span> </p> </div> <div class="clearer"></div> </div> <div id="comment-828259" itemprop="comment" itemscope itemtype="http://schema.org/Comment" class="js-comment comment" data-commentid="828259"> <div class="comment-icon"> <i class="fa fa-comment-o fa-2x" ></i> </div> <div class="comment-content"> <div class="comment-text js-comment-text" itemprop="text"><p>Reviewed the questions in the sidebar for info? When dropped, did the screen black out because it's a clue. Dropping can damage delicate circuit board wiring traces invisible to the naked eye without using a jewellers 10x eye loupe or magnifying glass. Damage may occur anywhere including breaking soft solder joints to render any phone display dead while the rest of the phone may work. Of course, without a screen, a phone is useless. Diy repairs has risks as no one ifs an expert.</p></div> <p class="comment-meta"> <a href="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on.?permalink=comment-828259#comment-828259" class="permalink" itemprop="url" rel="nofollow"><time itemprop="dateCreated" title="Sat, 10 Sep 2022 15:18:46 -0700" datetime="2022-09-10T15:18:46-07:00">Sep 10, 2022</time></a> by <span itemprop="author" itemscope itemtype="http://schema.org/Person"> <a href="/User/2321835/F+Dryer" itemprop="url" class="strong"><span itemprop="name">F Dryer</span></a> </span> <span class="comment-actions"> </span> </p> </div> <div class="clearer"></div> </div> <div id="comment-829052" itemprop="comment" itemscope itemtype="http://schema.org/Comment" class="js-comment comment" data-commentid="829052"> <div class="comment-icon"> <i class="fa fa-comment-o fa-2x" ></i> </div> <div class="comment-content"> <div class="comment-text js-comment-text" itemprop="text"><p>I have this same problem. If I plug it in to charge, I hear the noise that it's charging and I can even hear phone calls coming and feel the phone rumble. Despite all this, both the old and new screens are not powering on.</p></div> <p class="comment-meta"> <a href="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on.?permalink=comment-829052#comment-829052" class="permalink" itemprop="url" rel="nofollow"><time itemprop="dateCreated" title="Thu, 15 Sep 2022 14:16:59 -0700" datetime="2022-09-15T14:16:59-07:00">Sep 15, 2022</time></a> by <span itemprop="author" itemscope itemtype="http://schema.org/Person"> <a href="/User/4187972/Will+Haskell" itemprop="url" class="strong"><span itemprop="name">Will Haskell</span></a> </span> <span class="comment-actions"> </span> </p> </div> <div class="clearer"></div> </div> <div id="comment-829083" itemprop="comment" itemscope itemtype="http://schema.org/Comment" class="js-comment comment" data-commentid="829083"> <div class="comment-icon"> <i class="fa fa-comment-o fa-2x" ></i> </div> <div class="comment-content"> <div class="comment-text js-comment-text" itemprop="text"><p>@Will Haskell Did the old screen work before you replaced it with the new one?</p></div> <p class="comment-meta"> <a href="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on.?permalink=comment-829083#comment-829083" class="permalink" itemprop="url" rel="nofollow"><time itemprop="dateCreated" title="Thu, 15 Sep 2022 18:35:34 -0700" datetime="2022-09-15T18:35:34-07:00">Sep 15, 2022</time></a> by <span itemprop="author" itemscope itemtype="http://schema.org/Person"> <a href="/User/2844562/Nicholas+Kerns" itemprop="url" class="strong"><span itemprop="name">Nicholas Kerns</span></a> </span> <span class="comment-actions"> </span> </p> </div> <div class="clearer"></div> </div> <div id="comment-829173" itemprop="comment" itemscope itemtype="http://schema.org/Comment" class="js-comment comment" data-commentid="829173"> <div class="comment-icon"> <i class="fa fa-comment-o fa-2x" ></i> </div> <div class="comment-content"> <div class="comment-text js-comment-text" itemprop="text"><p>@Nicholas Kerns yes it did. There's a chip just above the socket where the screen plugs into the motherboard and this chip has a really large dark area covering it. I took it into a local shop and the guy said it looks like the chip may have fried when I was applying the heat to open the phone... If it helps someone else, here was my method: I turned the phone off and applied the iOpener from iFixit for about 1 minute after microwaving it for 30 seconds like it suggested. I then took a guitar pick thing from iFixit and started tearing through the adhesive but I think I pressed the power button while I was doing this step. My guess is that the phone kicked back on but the chip was hot from the iOpener application and fried.</p></div> <p class="comment-meta"> <a href="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on.?permalink=comment-829173#comment-829173" class="permalink" itemprop="url" rel="nofollow"><time itemprop="dateCreated" title="Fri, 16 Sep 2022 08:07:33 -0700" datetime="2022-09-16T08:07:33-07:00">Sep 16, 2022</time></a> by <span itemprop="author" itemscope itemtype="http://schema.org/Person"> <a href="/User/4187972/Will+Haskell" itemprop="url" class="strong"><span itemprop="name">Will Haskell</span></a> </span> <span class="comment-actions"> </span> </p> </div> <div class="clearer"></div> </div> <p class="comments-more js-comments-more uppercase" id="comments-more-747170" data-postid="747170"> <a><i class="fa fa-plus " ></i>Show 7 more comments</a> </p> </details> </div> <div class="add-comment-container js-add-comment-container"> <a id="addComment" class="button add-comment js-add-comment"> <i class="fa fa-comment-o " ></i> Add a comment </a> <form action="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on." method="post" class="js-comment-form" style="display: none"> <input type="hidden" name="postid" value="747170" /> <div class="comment-input-container formBody"> <div class="formField"> <div class="max-characters js-current-characters" data-minimum="12" data-maximum="1024"><span class="js-current-characters">0</span>/1024</div> <div class="clearer"></div> <textarea name="commentText" class="comment-input-field noResize js-user-mention" rows="2" cols="60" maxlength="1024"></textarea> <button class="button button-link cancel-comment js-cancel-comment left">Cancel</button> <button class="button submit-comment right js-submit-comment">Post comment</button> </div> </div> </form> </div> </div> <div class="clearer"></div> </div> </div> <div class="react-component component-AnswersAdComponent" data-reactroot data-name="AnswersAdComponent" data-props="{"products":[{"image":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/ckpuwVFwUFVCivaY.thumbnail","url":"https:\/\/www.ifixit.com\/products\/pro-tech-toolkit","title":"Pro Tech Toolkit","reviews":{"rating":4.9,"count":1614},"itemcode":"IF145-307-4","handle":"pro-tech-toolkit","cartLineItem":{"itemcode":"IF145-307-4","variantTitle":"New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371676844135","name":"Pro Tech Toolkit","internalDisplayName":"Pro Tech Toolkit","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/ckpuwVFwUFVCivaY.thumbnail","quantity":1,"price":{"amount":"74.95","currencyCode":"USD"},"compareAtPrice":{"amount":"74.95","currencyCode":"USD"},"categories":["Tool","Toolkits","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/pro-tech-toolkit","fulfiller":"iFixit","oemPartnership":null},"proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"59.99"},"pro_2":{"currencyCode":"usd","amount":"59.99"},"pro_3":{"currencyCode":"usd","amount":"59.99"},"pro_4":{"currencyCode":"usd","amount":"59.99"},"employee":{"currencyCode":"usd","amount":"15.45"}}},{"image":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/gZgoFxysdRGsjStx.thumbnail","url":"https:\/\/www.ifixit.com\/products\/magnetic-project-mat","title":"Magnetic Project Mat","reviews":{"rating":4.9,"count":626},"itemcode":"IF145-167-4","handle":"magnetic-project-mat","cartLineItem":{"itemcode":"IF145-167-4","variantTitle":"New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371672289383","name":"Magnetic Project Mat","internalDisplayName":"Magnetic Project Mat","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/gZgoFxysdRGsjStx.thumbnail","quantity":1,"price":{"amount":"19.95","currencyCode":"USD"},"compareAtPrice":{"amount":"19.95","currencyCode":"USD"},"categories":["Tool","Organization","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/magnetic-project-mat","fulfiller":"iFixit","oemPartnership":null},"proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"15.99"},"pro_2":{"currencyCode":"usd","amount":"15.99"},"pro_3":{"currencyCode":"usd","amount":"15.99"},"pro_4":{"currencyCode":"usd","amount":"15.99"},"employee":{"currencyCode":"usd","amount":"4.51"}}},{"image":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/CDEfZPcFPEOWRjBm.thumbnail","url":"https:\/\/www.ifixit.com\/products\/manta-driver-kit-112-bit-driver-kit","title":"Manta Driver Kit - 112 Bit Driver Kit","reviews":{"rating":4.9,"count":370},"itemcode":"IF145-392-1","handle":"manta-driver-kit-112-bit-driver-kit","cartLineItem":{"itemcode":"IF145-392-1","variantTitle":"New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371683299431","name":"Manta Driver Kit - 112 Bit Driver Kit","internalDisplayName":"Manta Driver Kit - 112 Bit Driver Kit","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/CDEfZPcFPEOWRjBm.thumbnail","quantity":1,"price":{"amount":"69.95","currencyCode":"USD"},"compareAtPrice":{"amount":"69.95","currencyCode":"USD"},"categories":["Tool","Screwdrivers","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/manta-driver-kit-112-bit-driver-kit","fulfiller":"iFixit","oemPartnership":null},"proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"55.99"},"pro_2":{"currencyCode":"usd","amount":"55.99"},"pro_3":{"currencyCode":"usd","amount":"55.99"},"pro_4":{"currencyCode":"usd","amount":"55.99"},"employee":{"currencyCode":"usd","amount":"15.37"}}}],"shopifyStore":{"currencyCode":"USD","localeCode":"en-us","storeCode":"us","shopDomain":"ifixit-us.myshopify.com","storefrontAccessToken":"db3099692534a56ecec7b974a329d302"},"user":null}"> <div style="height: 88px;"></div> </div> <div class="react-component component-QuestionViewSurveyPopUpComponent" data-reactroot data-name="QuestionViewSurveyPopUpComponent" data-props="[]"> </div> <div id="answersList" class="answers"> <div class="post-answers-header"> <h2>1 Answer</h2> <div class="filter-options"> <span class="filter-label filter-option touch-target js-toggle-selected">Filter by: <i class="fa fa-caret-down visible-mobile " ></i></span> <div class="filter-items js-toggle-target"> <a class="filter-option filter-option-active js-filter-option" data-filter="Default">Most Helpful</a> <a class="filter-option js-filter-option" data-filter="Newest">Newest</a> <a class="filter-option js-filter-option" data-filter="Oldest">Oldest</a> </div> </div> </div> <div class="js-answers-list"> <a name="answer747879"></a> <div id="answer747879" class="post js-post post-helpful post-answer js-post-answer " data-context="post" data-postid="747879" data-userid="4041651" itemscope itemtype="http://schema.org/Answer" itemprop="suggestedAnswer" > <meta itemprop="commentCount" content="0"> <div class="post-badge"> Most Helpful Answer </div> <div class="post-details"> <div class="post-avatar"> <a href="/User/4041651/%5Bdeleted%5D"> <img class="lazyload" src="https://assets.cdn.ifixit.com/static/images/modal/spinner.gif" data-src="https://assets.cdn.ifixit.com/static/images/avatars/User/ifixit/avatar-7.standard"> </a> </div> <div class="post-author" itemprop="author" itemscope itemtype="http://schema.org/Person"> <p class="post-author-name"><a href="/User/4041651/%5Bdeleted%5D" class="post-author-username-container" itemprop="url"> <span class="post-author-username" itemprop="name">[deleted]</span> </a> </p> <p class="post-rep-count">Rep: 917</p> <a href="/User/Graph/4041651/%5Bdeleted%5D" class="post-author-badge-container"> <div class="post-author-badge-content"> <p class="badge-tier-count" title="9 Bronze badges"> <img src="https://assets.cdn.ifixit.com/static/images/badges/bronze-badge.svg"> 9 </p> <p class="badge-tier-count" title="10 Silver badges"> <img src="https://assets.cdn.ifixit.com/static/images/badges/silver-badge.svg"> 10 </p> <p class="badge-tier-count" title="13 Gold badges"> <img src="https://assets.cdn.ifixit.com/static/images/badges/gold-badge.svg"> 13 </p> </div> </a> </div> </div> <div class="post-content"> <div class="post-metadata"> <p class="post-time"> <a href="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on.?permalink=answer-747879#answer747879" itemprop="url"> Posted: <time itemprop="dateCreated" title="Fri, 16 Sep 2022 06:09:05 -0700" datetime="2022-09-16T06:09:05-07:00">Sep 16, 2022</time> </a> </p> <div class="post-metadata-actions"><span><i class="fa fa-caret-down " ></i> Options</span> <ul class="post-metadata-actions-dropdown"> <li class="post-action post-action-permalink"><a href="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on.?permalink=answer-747879#answer747879"><i class="fa fa-link " ></i> Permalink</a></li> <li class="post-action post-action-history"><a href="/Answers/History/747879" rel="ugc"><i class="fa fa-clock-o " ></i> History</a></li> </ul> </div> </div> <div class="post-text renderedText" itemprop="text"> <p>Double check the fpc connection on the screen ribbon and board for bent pins etc. If nothing found ask the supplier for a replacement screen.</p> </div> <div class="post-actions-container"> <div class="answer-actions yes-no-container js-vote-container " data-currentVote="none"> <p class="hidden-mobile">Was this answer helpful?</p> <div class="buttons-yes-no js-yes-no-buttons" > <a class="button-yes js-vote-yes js-button-vote" data-voteDirection="up"><span class="hidden-mobile">Yes</span><span class="visible-mobile"><i class="fa fa-arrow-up " ></i></span></a> <a class="button-no js-vote-no js-button-vote" data-voteDirection="down"><span class="hidden-mobile">No</span><span class="visible-mobile"><i class="fa fa-arrow-down " ></i></span></a> </div> <div class="voted-container js-buttons-voted" style="display: none"> <span class="voted-action js-button-voted"><i class="fa fa-circle " ></i> Voted</span> <span class="voted-action voted-undo js-button-vote js-voted-undo" data-voteDirection="undo"><i class="fa fa-undo " ></i> Undo</span> </div> <div class="score-container "> <span class="score-title">Score</span> <span class="post-score js-post-score" itemprop="upvoteCount">2</span> </div> </div> <div class="choose-post-button-container"> <a class="button button-action choosePostLink hidden" data-postid="747879"></a> <div class="cancelChoosePostContainer hidden" id="cancelChoosePostContainer747879"> <a class="cancelChoosePostLink button button-action">Cancel</a> <div class="cancelChoosePostText">Scroll through this thread to find the appropriate place for this comment. Then, click "Attach comment to this post" to move it.</div> </div> </div> </div> <div class="comments js-comments"> </div> <div class="add-comment-container js-add-comment-container"> <a id="addComment" class="button add-comment js-add-comment"> <i class="fa fa-comment-o " ></i> Add a comment </a> <form action="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on.?permalink=answer-747879#answer747879" method="post" class="js-comment-form" style="display: none"> <input type="hidden" name="postid" value="747879" /> <div class="comment-input-container formBody"> <div class="formField"> <div class="max-characters js-current-characters" data-minimum="12" data-maximum="1024"><span class="js-current-characters">0</span>/1024</div> <div class="clearer"></div> <textarea name="commentText" class="comment-input-field noResize js-user-mention" rows="2" cols="60" maxlength="1024"></textarea> <button class="button button-link cancel-comment js-cancel-comment left">Cancel</button> <button class="button submit-comment right js-submit-comment">Post comment</button> </div> </div> </form> </div> </div> <div class="clearer"></div> </div> <div class="react-component component-WPCampaignBanner" style="width: 100%; max-width: 1400px; margin: auto; padding: 0px;" data-reactroot data-name="WPCampaignBanner" data-props="{"type":"default","hasCampaigns":true,"sizes":{"intermediate_width":992,"small_width":768,"space":"30px","default":300,"small":250,"intermediate":200}}"> <style> .UWSf51dv { height: 300px; margin-bottom: 30px; margin-top: 30px; } @media screen and (min-width: 768px) { .UWSf51dv { height: 250px; } } @media screen and (min-width: 992px) { .UWSf51dv { height: 200px; } } </style> <div class="UWSf51dv"></div> </div> </div> </div> <form id="answer-form" action="/Answers/View/747170/Replaced+Screen,+new+screen+won't+turn+on." method="post"> <div class="answer-input-container formBody"> <div class="answer-input-title"> <h2>Add your answer</h2> <div class="author-hook hidden-mobile"> <span class="circle-avatar"> <img src="https://assets.cdn.ifixit.com/static/images/avatars/User/ifixit/avatar-11.thumbnail"> </span> <a href="/User/4185680/Pumpseidon"> Pumpseidon </a> will be eternally grateful. </div> </div> <div class="formField answer-input-form"> <div tabindex="3" id="answerEditor" class="prosemirror eagerload js-user-mention-editor" data-wikitags="["Prefilter","Delimiters","Mature","Code","Raw","Video","Embed","Postimage","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Heading","Note","Quote","Linebreak","List","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]"></div> <input type="hidden" name="text" id="qaText"> <button class="button js-preview-answer"> Preview my answer </button> <button id="postAnswer" class="button button-action-solid js-post-answer"> Post my answer </button> </div> </div> <div id="answerPreviewContainer" class="preview-container" style="display: none"></div> </form> </div> </div> </div> </div> <!-- /content-container --> </div> <!-- /contentFloat --> <div class="clearer"></div> </div> <!-- /mainBody --> <div class="clearer"></div> </div> <!-- /main --> </div> <!-- /page --> <div id="pageStats" class=""> <div class="stats-module-title"><i class="fa fa-bar-chart-o " ></i> <strong>View Statistics:</strong></div> <div class="stats-numbers-container"> <p><span class="statTitle">Past 24 Hours:</span> <span class="statValue">0</span></p> <p><span class="statTitle">Past 7 Days:</span> <span class="statValue">4</span></p> <p><span class="statTitle">Past 30 Days:</span> <span class="statValue">27</span></p> <p><span class="statTitle">All Time:</span> <span class="statValue">1,285</span></p> </div> </div> <div class="clearer"></div> <div class="react-component component-Footer" data-reactroot data-name="Footer" data-props="{"supportUrl":"https:\/\/help.ifixit.com\/","repairUrl":"https:\/\/repair.org\/","langViewID":"en","privacyPolicyUrl":"https:\/\/www.ifixit.com\/Info\/Privacy"}"> <style> .footer-placeholder { min-height: 1325.55px; @media (min-width: 768px) { min-height: 630.94px; } @media (min-width: 1440px) { min-height: 622.94px; } } </style> <div class="footer-placeholder hide-until-css-loaded"></div> </div> </div> <!-- /background --> <img src="https://ping.ifixit.com/pp/tick.gif?key=ifixit%2Fpost%2F747170%2Fen" width="1" height="1" alt="" class="hidden" /> <script type='text/javascript'> var App = {"recaptchaToken":"6LdcrYcUAAAAADXZZ8mZBNd48Qpg6jF6_Zp2s1t5","canIBypassGAEventFiringOnMobile":false,"objectNameSingular":"Device","objectNamePlural":"Devices","which":"ifixit","siteid":2,"isLoggedIn":false,"algoliaConfig":{"appId":"XQEP3AD9ZT","apiKey":"NWRhZGZlMTQyNWEyZTAzNjJlZmZjOWJkMTY3YWRhNTEzMTJlNWEwYTcxOWU2ZTM5ZjFmYmNhNWNhMzNhNGQ4NmZpbHRlcnM9c2l0ZSUzQSUyMmlmaXhpdCUyMiUyMEFORCUyMCUyOHB1YmxpYyUyMCUzRCUyMDElMjBPUiUyMHZhcmlhbnRzX2NvdW50JTIwJTNFJTNEJTIwMSUyOSZ2YWxpZFVudGlsPTE3NDA5MzAxNDE=","indexPrefix":"","indexNamesByObjectType":{"guide":["guide_en"],"post":["post_en"],"product_group":["product_group_en"],"searchpage":["searchpage_en"],"document":["document_en"],"wiki":["wiki_en"],"topic":["topic_en"],"topic_variant":["topic_variant_en"],"item":["item_en"],"product":["product_en_us"],"wp_searchable_posts":["wp_searchable_posts"]},"filtersByObjectType":{"product":"is_pro != 1"},"defaultDoctypes":["topic","product","product_group","guide","post","wiki","pages","news","document"]},"lang":"en","users":{"pumpseidon":{"username":"Pumpseidon","unique_username":"pumpseidon","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-11.thumbnail"},"randommate":{"username":"Aaron","unique_username":"randommate","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-11.thumbnail"}},"reputation":0,"questionid":747170,"authorUserid":4185680,"maxAnswerLines":1000,"minAnswerLength":12,"showingDeletedContent":false,"canIForceSentryReporting":false,"SENTRY_DSN_JS":"https:\/\/5552835e822c4c8db5070306b2535ef3@o186239.ingest.sentry.io\/1281569","sentryTags":{"site":"ifixit","lang":"en","isAdmin":false,"deployment":"production"},"sentryPerformance":true,"sentryRelease":"3a52964ce04f284da1de467a31c1fd6b474cc8f0\n","googleOAuth2Clientid":"622418919965-qcvbv04spukbdo9ut8pevt4pucmkp86o.apps.googleusercontent.com","googleOAuth2Domain":"","usernamePattern":"^[a-z][a-z0-9_]{2,14}$","maxMediaSize":100,"maxMediaLength":30,"videosEnabled":true,"strokeWidthMedium":5,"iconTimes":"<i class=\"svg-icon\" style=\"display: inline-flex; width: 16px; height: 16px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/>\n <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/>\n<\/svg><\/i>","videoEncodings":{"MP4_720":{"column":"MP4_720","label":"480p","encoding":"mp4","width":720,"height":480,"codecs":"avc1.4D401E, mp4a.40.2","ffmpeg_args":"-vcodec libx264 -profile:v main -level 3.1 -crf 23 -acodec aac -vf format=yuv420p","mime":"video\/mp4","always_generate":true}},"FrameModules":["LoginFrameModule","ImageMenuFrameModule","MediaLibraryFrameModule","NotifyFrameModule","WatchFrameModule","NewsletterFrameModule","CommentsWatchFrameModule","ModeratorVoteFrameModule","PageStatsFrameModule","AnswersDeviceFrameModule","ImageMarkersFrameModule","ImageCropFrameModule"],"gb":{"attributes":{"uniqueId":"MX1uwhBBXhq","isExemptFromAB":false},"features":{"product-list-default-to-gallery":{"defaultValue":false,"rules":[]},"product-overview-reorder-sections":{"defaultValue":false,"rules":[]},"show-cross-sell-checkbox":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":null,"key":null,"weights":null,"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"5298a401-5a18-4037-9d68-0a8bc7151e80","hashVersion":2,"range":null,"meta":null,"ranges":null,"name":null,"phase":null}]},"plp-bigger-list-images":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"plp-bigger-list-images","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"405103a9-e2e3-4837-99b4-d0c33ae394d0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Bigger Images"}],"ranges":null,"name":"plp-bigger-list-images","phase":"0"}]},"php-next-a-a-experiment":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"php-next-a-a-experiment","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"4f5cb2dc-a7e0-4468-a3b0-40a6a7162f48","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"php-next-a-a-experiment","phase":"2"}]},"generic-reviews":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"generic-reviews","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"fa3d1b62-7ff3-42c7-82d2-55bd053c01a0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control (No Generic Reviews)"},{"key":"1","name":"Show Generic Reviews"}],"ranges":null,"name":"Generic Reviews","phase":"0"}]},"show-cart-merch-banner":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"show-cart-merch-banner","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"de12c0d6-fb6e-4de0-87e5-87e8f40d35bb","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"Show Cart Merch Banner","phase":"0"}]},"guide-collections":{"defaultValue":false,"rules":[]},"a-a-experiment-v7":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"experiment-v7","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"e7fad591-a03b-4c8a-b118-01c6a0cc96e0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"a-a-experiment-v7","phase":"0"}]},"show-consent-banner":{"defaultValue":false,"rules":[]}},"forcedVariations":[],"viewedExperiments":[],"forcedFeatures":[]},"isProduction":true,"isTest":false,"userPreferredStoreCode":"us","locale":"en_US","siteName":"ifixit","useSecureCookies":true,"sameSiteValue":"None","imageSizeWidths":{"mini":56,"thumbnail":96,"140x105":140,"200x150":200,"standard":300,"440x330":440,"medium":592,"large":800,"huge":1600},"facebookAppId":"401112919922369","piwikCustomDimensions":{"20":"false"}}; </script> <script type='text/javascript'> Object.entries(App.piwikCustomDimensions).forEach( ([key, value]) => { _paq.push(["setCustomDimensionValue", key, value]); } ); </script> </body> </html>