Skip to content

Commit

Permalink
use float:right instead of position:absolute to locate donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jan 24, 2025
1 parent 3d80233 commit 714aac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ binderhub:
cors_allow_origin: "*"

banner_message: |
<a class="btn" style="width:fit-content;height:fit-content;padding:10px;background-color:#e66581;color:white;font-weight:bold;position:absolute;top:0px;bottom:0px;margin:auto 0;right:4px;"
<a class="btn" style="width:fit-content;height:fit-content;padding:10px;background-color:#e66581;color:white;font-weight:bold;float:right;"
onmouseover="this.style.backgroundColor='#d15b75'" onmouseout="this.style.backgroundColor='#e66581'"
href="https://jupyter.org/about#donate" target="_blank">
🤍 Donate to mybinder.org!
Expand Down

0 comments on commit 714aac0

Please sign in to comment.