Эх сурвалжийг харах

[spark] Make it easier to resize the panels

Johan Ahlen 10 жил өмнө
parent
commit
002e5a4

+ 2 - 1
apps/spark/src/spark/static/spark/css/spark.css

@@ -50,7 +50,8 @@ body {
 .resizer {
   position: absolute;
   height: 100%;
-  width: 2px;
+  width: 4px;
+  padding-left:1px;
   cursor: ew-resize;
 }