Explorar el Código

set device title style

kaoritokashiki hace 5 años
padre
commit
a0b6520ea9
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/client/js/components/PageEditor/GridEditModal.jsx

+ 4 - 4
src/client/js/components/PageEditor/GridEditModal.jsx

@@ -41,10 +41,10 @@ export default class GridEditModal extends React.PureComponent {
           <div className="container">
             <div className="row">
               <div className="col-2">
-                <div style={{ height: 100 }}>Phone</div>
-                <div style={{ height: 100 }}>Tablet</div>
-                <div style={{ height: 100 }}>Desktop</div>
-                <div style={{ height: 100 }}>Large Desktop</div>
+                <div className="device-titile-bar">Phone</div>
+                <div className="device-titile-bar">Tablet</div>
+                <div className="device-titile-bar">Desktop</div>
+                <div className="device-titile-bar">Large Desktop</div>
               </div>
               <div className="row col-10 flex-nowrap overflow-auto">
                 <div className="bg-light mx-1 grid-edit-columns">1</div>