mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
style updates
This commit is contained in:
parent
464fb2144b
commit
76078348d6
1 changed files with 6 additions and 6 deletions
|
@ -12,8 +12,8 @@
|
|||
crossorigin="anonymous">
|
||||
</head>
|
||||
|
||||
<body style="text-align: center; padding: 20px; max-width: 800px; margin: 0 auto;">
|
||||
<h1>Bitwarden on F-Droid</h1>
|
||||
<body style="text-align: center; padding: 20px; max-width: 600px; margin: 0 auto;">
|
||||
<h1 style="font-size: 1.7rem;">Bitwarden on F-Droid</h1>
|
||||
<p>
|
||||
<a href="https://mobileapp.bitwarden.com/fdroid/repo?fingerprint=BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C">
|
||||
<img src="./qr.png" alt="" width="300" height="300" />
|
||||
|
@ -24,16 +24,16 @@
|
|||
<img src="./btn.png" alt="" width="323" height="125" />
|
||||
</a>
|
||||
</p>
|
||||
<h3>Instructions</h3>
|
||||
<ol>
|
||||
<h3 style="font-size: 1.25rem;">Instructions</h3>
|
||||
<ol style="text-align: left; padding-left: 25px;">
|
||||
<li>Install the <a href="https://f-droid.org" target="_blank">F-Droid</a> client app.</li>
|
||||
<li>Click the button or scan the QR code above.</li>
|
||||
<li>Add the Bitwarden repository to the F-Droid client app.</li>
|
||||
<li>Refresh your F-Droid client app Categories tab.</li>
|
||||
<li>Install Bitwarden from the F-Droid client app listing.</li>
|
||||
</ol>
|
||||
<h3>Limitations</h3>
|
||||
<p>
|
||||
<h3 style="font-size: 1.25rem;">Limitations</h3>
|
||||
<p style="text-align: left;">
|
||||
Since the Bitwarden F-Droid build does not include Firebase Messaging,
|
||||
push notifications for live sync updates of your vault will not work.
|
||||
Manual vault syncing will be required.
|
||||
|
|
Loading…
Reference in a new issue