1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-20 23:05:15 +03:00

changelog button fix

This commit is contained in:
skaman82 2015-11-09 11:07:31 +01:00
parent a5bef02067
commit c051a9cc42

View file

@ -94,7 +94,8 @@
#changelog_button { #changelog_button {
display:block; display:block;
color:white; color:white;
height:100px; height:30px;
width: 100px;
transform: rotate(270deg); transform: rotate(270deg);
transform-origin: left top 0; transform-origin: left top 0;
margin-left: 6px; margin-left: 6px;