diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-06-06 19:58:38 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-06-06 19:58:38 +0200 |
| commit | b48db4cbb9d88da3c841a02c080f0a0bbcb73435 (patch) | |
| tree | 6df1a22840b1f188ce50ad35281709a80a1d23dd /client/splash/face/editor.css | |
| parent | 8b4827e78a66c5f58cb52900483000896464f97f (diff) | |
updated faces
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; +} |
