1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

about fix

This commit is contained in:
Andrew Simachev 2023-07-14 13:57:39 +02:00
parent 1c58583be6
commit 739f0df6ba
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,6 @@ body {
.description { margin: 0.2em; font-weight: 400; }
.footer { display: none; }
.clickable { }
.description { margin-bottom: 1em; text-align: center; }
.version { border-collapse: collapse; margin-top: 1em; }
@ -37,7 +36,7 @@ body {
.buttons button {
display: inline-block; text-align: center; border: 0px; font-weight: 500; text-decoration: none;
height: 30px; line-height: 30px; padding: 0px 16px; border-radius: 4px; transition: background $transitionCommon;
height: 30px; line-height: 30px; padding: 0px 16px; border-radius: 4px; transition: background 0.2s ease-in-out;
font-size: 14px; vertical-align: middle; position: relative; overflow: hidden; letter-spacing: 0.2px;
background: #ffb522; color: #fff;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Before After
Before After