1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 01:53:23 +00:00

Fill translations and responsively switch them for smaller screens

This commit is contained in:
Daniel James Smith
2021-10-28 23:21:42 +02:00
parent ad1653ec3f
commit da80904d54
3 changed files with 55 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
@@ -24,15 +24,14 @@
<div class="inner-wrapper" id="template-add">
<div class="add-text"></div>
<div class="add-buttons">
<button type="button" class="never-save link"></button>
<select class="select-folder"></select>
<button type="button" class="add-save"></button>
<button type="button" class="never-save link " short-text="" full-text=""></button>
<button type="button" class="add-save" short-text="" full-text=""></button>
</div>
</div>
<div class="inner-wrapper" id="template-change">
<div class="change-text"></div>
<div class="change-buttons">
<button type="button" class="change-save"></button>
<button type="button" class="change-save" short-text="" full-text=""></button>
</div>
</div>
</div>