diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 57c7197..a3274a1 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1982,6 +1982,9 @@ input[type="range"]::-webkit-slider-thumb { transition: -webkit-transform 0.2s ease-in-out; width: 210px; } +#textEditor.settings { + width: 300px; +} .settings.active { -webkit-transform: translateY(0px); |
