File tree Expand file tree Collapse file tree
src/extensionsIntegrated/Phoenix-live-preview Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11: root {
2- --toolbar-height : 32 px ;
2+ --toolbar-height : 34 px ;
33}
44
55.live-preview-browser-btn {
185185 color : inherit;
186186 width : 28px ;
187187 height : 22px ;
188+ font-size : 14px ;
188189}
189190
190191# live-preview-plugin-toolbar .btn-alt-quiet : hover ,
435436}
436437
437438.lp-edit-actions svg {
438- width : 13 px ;
439+ width : 14 px ;
439440 height : 11px ;
440441 pointer-events : none;
441442}
Original file line number Diff line number Diff line change 11< div id ="panel-live-preview ">
22 < div id ="live-preview-plugin-toolbar " class ="plugin-toolbar " style ="display: flex; align-items: center; flex-direction: row; ">
3- < div style ="width: 20%;display: flex;align-items: center; ">
3+ < div style ="width: 20%;display: flex;align-items: center;gap: 6px; ">
44 < button id ="reloadLivePreviewButton " title ="{{clickToReload}} " class ="btn-alt-quiet toolbar-button "> < i class ="fa-solid fa-arrow-rotate-right "> </ i > </ button >
55 < button id ="lpDesignModeBtn " title ="{{designModeExpand}} " class ="btn-alt-quiet toolbar-button ">
66 < i class ="fa-solid fa-expand "> </ i >
1717 </ button >
1818 </ span >
1919 </ div >
20- < div style ="width: fit-content;min-width: 60%;display: flex;justify-content: center; align-items: center; ">
20+ < div style ="width: fit-content;min-width: 60%;display: flex;justify-content: center; align-items: center;gap: 6px; ">
2121<!-- these are buttons that are always invisible to help central align the panel title-->
2222 < button id ="safariButtonBallast " title ="{{openInSafari}} " class ="btn-alt-quiet toolbar-button live-preview-browser-btn forced-hidden ">
2323 < img src ="thirdparty/devicon/icons/safari/safari-original.svg " />
4848 < img src ="thirdparty/devicon/icons/firefox/firefox-original.svg " />
4949 </ button >
5050 </ div >
51- < div style ="width: 20%;display: flex;align-items: center; justify-content: flex-end ">
51+ < div style ="width: 20%;display: flex;align-items: center; justify-content: flex-end;gap: 6px; ">
5252 < button id ="livePreviewSettingsBtn " title ="{{livePreviewSettings}} "
5353 class ="btn-alt-quiet toolbar-button lp-settings-icon "> < i class ="fa-solid fa-gear "> </ i > </ button >
5454 </ div >
You can’t perform that action at this time.
0 commit comments