mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-20 06:45:12 +03:00
changelog button fix
This commit is contained in:
parent
a5bef02067
commit
c051a9cc42
1 changed files with 7 additions and 6 deletions
|
@ -92,14 +92,15 @@
|
|||
}
|
||||
|
||||
#changelog_button {
|
||||
display:block;
|
||||
color:white;
|
||||
height:100px;
|
||||
transform: rotate(270deg);
|
||||
transform-origin: left top 0;
|
||||
display:block;
|
||||
color:white;
|
||||
height:30px;
|
||||
width: 100px;
|
||||
transform: rotate(270deg);
|
||||
transform-origin: left top 0;
|
||||
margin-left: 6px;
|
||||
margin-top: 74px;
|
||||
}
|
||||
}
|
||||
|
||||
.changelog_wrapper {
|
||||
right:0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue