add top margin to help button

This commit is contained in:
ThatOneCalculator 2023-04-01 12:05:27 -07:00
parent 33ae0ca6fd
commit a707788c31
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "13.2.0-dev20",
"version": "13.2.0-dev21",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -173,6 +173,7 @@ function more() {
display: block;
text-align: center;
width: 100%;
margin-top: 1rem;
> .icon {
display: inline-block;

View file

@ -273,6 +273,7 @@ function more(ev: MouseEvent) {
display: block;
text-align: center;
width: 100%;
margin-top: 1rem;
> .icon {
display: inline-block;