feat(easel): add localization
This commit is contained in:
17
static/src/widget.scss
Normal file
17
static/src/widget.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.widget .app {
|
||||
padding: 0.5rem !important;
|
||||
}
|
||||
|
||||
.widget header {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.widget main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.widget footer {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user