diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-30 09:03:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-30 09:03:40 +0200 |
commit | 090d100cc370900a032f7379fd1287da91fa1992 (patch) | |
tree | 84167a41ac7efb06d2ca2e38edd77ddfa887a52a /client/src/app/menu/menu.component.html | |
parent | f87efecff9d68ef5c72a36f3a95cf65222ba215c (diff) | |
download | PeerTube-090d100cc370900a032f7379fd1287da91fa1992.tar.gz PeerTube-090d100cc370900a032f7379fd1287da91fa1992.tar.zst PeerTube-090d100cc370900a032f7379fd1287da91fa1992.zip |
Improve menu css
Diffstat (limited to 'client/src/app/menu/menu.component.html')
-rw-r--r-- | client/src/app/menu/menu.component.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index 1a9ac9e8b..f9c721bd4 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -144,18 +144,16 @@ | |||
144 | <a i18n href="https://joinpeertube.org/faq" i18n-title title="Frequently asked questions about PeerTube" target="_blank" rel="noopener noreferrer">FAQ</a> | 144 | <a i18n href="https://joinpeertube.org/faq" i18n-title title="Frequently asked questions about PeerTube" target="_blank" rel="noopener noreferrer">FAQ</a> |
145 | <a i18n routerLink="/about/instance" fragment="statistics">Stats</a> | 145 | <a i18n routerLink="/about/instance" fragment="statistics">Stats</a> |
146 | <a i18n href="https://docs.joinpeertube.org/api-rest-reference.html" i18n-title title="API documentation" target="_blank" rel="noopener noreferrer">API</a> | 146 | <a i18n href="https://docs.joinpeertube.org/api-rest-reference.html" i18n-title title="API documentation" target="_blank" rel="noopener noreferrer">API</a> |
147 | <a (click)="openHotkeysCheatSheet()" class="c-hand" i18n>Keyboard shortcuts</a> | 147 | <a role="button" (click)="openHotkeysCheatSheet()" class="c-hand" i18n>Keyboard shortcuts</a> |
148 | </div> | 148 | </div> |
149 | </div> | 149 | </div> |
150 | 150 | ||
151 | <div class="footer-copyleft"> | 151 | <div class="footer-copyleft" i18n-title title="powered by PeerTube - CopyLeft 2015-2022"> |
152 | <small class="d-inline" i18n-title title="powered by PeerTube - CopyLeft 2015-2022"> | 152 | <a href="https://joinpeertube.org" class="me-1" target="_blank" rel="noopener noreferrer" i18n>powered by PeerTube</a> |
153 | <a href="https://joinpeertube.org" class="me-1" target="_blank" rel="noopener noreferrer" i18n>powered by PeerTube</a> | ||
154 | 153 | ||
155 | <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" target="_blank" rel="noopener noreferrer"> | 154 | <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" target="_blank" rel="noopener noreferrer"> |
156 | <span aria-label="copyleft" class="d-inline-block" style="transform: rotateY(180deg)">©</span> 2015-2022 | 155 | <span aria-label="copyleft" class="d-inline-block" style="transform: rotateY(180deg)">©</span> 2015-2022 |
157 | </a> | 156 | </a> |
158 | </small> | ||
159 | </div> | 157 | </div> |
160 | </div> | 158 | </div> |
161 | </div> | 159 | </div> |