diff options
Diffstat (limited to 'client/splash/face/editor.css')
| -rw-r--r-- | client/splash/face/editor.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/splash/face/editor.css b/client/splash/face/editor.css new file mode 100644 index 00000000..32a192bd --- /dev/null +++ b/client/splash/face/editor.css @@ -0,0 +1,11 @@ +.meshEditor { + position: fixed; + top: 20px; + right: 0; + display: flex; + flex-direction: column +} +.meshEditor label span { + display: inline-block; + width: 30px; +} |
