viewy 2.0.6

A web UI toolkit that combine the advantages of a design system and an ui library.
1
2
3
4
5
6
7
8
9
10
.ql-editor img {
  width: unset;
}
.field__card .ql-toolbar.ql-snow {
  border: none;
  border-bottom: sp(1) solid var(--color-border);
}
.field__editor.ql-container.ql-snow {
  border: none;
}