Edit text font size and line height
This commit is contained in:
parent
a3cc3e7cdc
commit
8ea65a3c93
7 changed files with 4598 additions and 26 deletions
4207
public/build/app.js
4207
public/build/app.js
File diff suppressed because one or more lines are too long
|
@ -1,15 +0,0 @@
|
|||
/*!
|
||||
* Splide.js
|
||||
* Version : 4.1.4
|
||||
* License : MIT
|
||||
* Copyright: 2022 Naotoshi Fujita
|
||||
*/
|
||||
|
||||
/*!
|
||||
* swiped-events.js - v@version@
|
||||
* Pure JavaScript swipe events
|
||||
* https://github.com/john-doherty/swiped-events
|
||||
* @inspiration https://stackoverflow.com/questions/16348031/disable-scrolling-when-touch-moving-certain-element
|
||||
* @author John Doherty <www.johndoherty.info>
|
||||
* @license MIT
|
||||
*/
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"build/app.js": "/build/app.js",
|
||||
"build/main.css": "/build/main.css",
|
||||
"build/panel.css": "/build/panel.css"
|
||||
"build/panel.css": "/build/panel.css",
|
||||
"build/main.css": "/build/main.css"
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
.k-textarea-field .k-toolbar .k-dropdown .k-button:nth-of-type(2),.k-textarea-field .k-toolbar .k-dropdown .k-button:nth-of-type(3),.kirby-imagecrop-field .k-column:nth-of-type(2){display:none}
|
Loading…
Add table
Add a link
Reference in a new issue