More minor fixes
This commit is contained in:
parent
15e3c7497c
commit
135136a3f1
2 changed files with 2 additions and 5 deletions
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
> h1 {
|
||||
text-align: center;
|
||||
margin-top: calc(var(--line-height) + 4px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -46,10 +47,6 @@
|
|||
margin: 0 0.75ex 0.5ex 0;
|
||||
}
|
||||
}
|
||||
|
||||
> h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
::selection {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import { PageElement } from '../page-element';
|
|||
import { generate } from './up-arrow-button.html';
|
||||
|
||||
export class UpArrowButton extends PageElement {
|
||||
private static readonly defaultTimeToLive = 2000;
|
||||
private static readonly defaultTimeToLive = 3500;
|
||||
private static readonly interval = 50;
|
||||
private timeToLive = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue