minor in editor style

This commit is contained in:
les
2020-06-24 15:38:05 +02:00
parent 6bc9304870
commit 5b7fa737bb

View File

@@ -396,15 +396,11 @@ export default {
} }
</script> </script>
<style style='less'> <style style='less'>
#edit_page
i { i {
font-size: 1.3em; font-size: 1.3em;
} }
#add_event {
max-width: 800px;
}
#picker { #picker {
max-width: 600px; max-width: 600px;
} }
@@ -419,5 +415,7 @@ i {
text-align: center; text-align: center;
margin: 0 auto; margin: 0 auto;
max-width: 80%; max-width: 80%;
font-size: 2em;
} }
</style> </style>