mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
change page controller layout
This commit is contained in:
@ -41,7 +41,7 @@ const App = () => {
|
|||||||
ref={panZoomRef}
|
ref={panZoomRef}
|
||||||
minZoom="0.4"
|
minZoom="0.4"
|
||||||
autoCenter
|
autoCenter
|
||||||
autoCenterZoomLevel={0.8}
|
autoCenterZoomLevel={0.7}
|
||||||
enableBoundingBox
|
enableBoundingBox
|
||||||
boundaryRatioVertical={0.8}
|
boundaryRatioVertical={0.8}
|
||||||
boundaryRatioHorizontal={0.8}
|
boundaryRatioHorizontal={0.8}
|
||||||
|
|||||||
@ -33,10 +33,6 @@ const PageController = () => {
|
|||||||
<i className="material-icons">save</i>
|
<i className="material-icons">save</i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="p-3 hover:bg-gray-200 cursor-pointer flex">
|
|
||||||
<i className="material-icons">get_app</i>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="text-gray-400 p-3">|</div>
|
<div className="text-gray-400 p-3">|</div>
|
||||||
|
|
||||||
<div className="p-3 hover:bg-gray-200 cursor-pointer flex">
|
<div className="p-3 hover:bg-gray-200 cursor-pointer flex">
|
||||||
|
|||||||
Reference in New Issue
Block a user