diff src/themes/default.css @ 44:48c153a1a6cf

fix grip
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 30 Aug 2022 01:52:16 -0600
parents ab852c9f04c3
children ab2dc8736d88
line wrap: on
line diff
--- a/src/themes/default.css	Mon Aug 29 23:33:11 2022 -0600
+++ b/src/themes/default.css	Tue Aug 30 01:52:16 2022 -0600
@@ -102,6 +102,9 @@
 	z-index: 3;
 	line-height: 0;
 }
+div.sceditor-grip img {
+	width: 100%;
+}
 .sceditor-maximize {
 	position: fixed;
 	top: 0;
@@ -265,7 +268,6 @@
 	background: #f7f7f7;
 	border-bottom: 1px solid #c0c0c0;
 	line-height: 0;
-	text-align: left;
 	user-select: none;
 	border-radius: 3px 3px 0 0;
 	background-clip: padding-box;
@@ -307,13 +309,8 @@
 	opacity: 0.3;
 }
 
-.rtl div.sceditor-toolbar {
-	text-align: right;
-}
-.rtl .sceditor-toolbar button {
-	float: right;
-}
-.rtl div.sceditor-grip {
+[dir="rtl"] div.sceditor-grip {
 	right: auto;
 	left: 0;
+	transform: scaleX(-1);
 }