소스 검색

fix position of GitHub ribbon

Falko Schindler 2 년 전
부모
커밋
6ed1d746b1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      main.py

+ 0 - 1
main.py

@@ -38,7 +38,6 @@ async def index():
     ui.html('''
         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
         <style>
-            .github-fork-ribbon { top: -16px; }
             .github-fork-ribbon:before { background-color: #999; }
         </style>
         <a class="github-fork-ribbon" href="https://github.com/zauberzeug/nicegui" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>