This commit is contained in:
parent
0c0c6834c6
commit
e6922b3689
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@
|
|||
animation-duration: 150ms;
|
||||
animation-fill-mode: both;
|
||||
animation-name: zoomIn;
|
||||
max-height: 90vh;
|
||||
overflow: auto;
|
||||
|
||||
a {
|
||||
color: var(--b3-theme-secondary);
|
||||
|
|
|
@ -41,7 +41,7 @@ export abstract class Constants {
|
|||
|
||||
// size
|
||||
public static readonly SIZE_LINK_TEXT_MAX: number = 24;
|
||||
public static readonly SIZE_TOOLBAR_HEIGHT: number = isMobile() ? 0 : 28;
|
||||
public static readonly SIZE_TOOLBAR_HEIGHT: number = isMobile() ? 0 : 32;
|
||||
public static readonly SIZE_GET_MAX = 102400;
|
||||
public static readonly SIZE_UNDO = 64;
|
||||
public static readonly SIZE_TITLE = 512;
|
||||
|
|
Loading…
Add table
Reference in a new issue