mirror of
https://github.com/bitwarden/web
synced 2026-01-10 04:23:28 +00:00
Responsive Updates
Initial commit for responsive and dark mode updates Further work maybe required on resolved merge conflicts
This commit is contained in:
committed by
Thomas Rittson
parent
9dd859af7a
commit
bc8e90ecc2
@@ -4,7 +4,7 @@
|
||||
aria-hidden="true">×</span></button>
|
||||
<h3 class="card-body-header">{{(add ? 'addStorage' : 'removeStorage') | i18n}}</h3>
|
||||
<div class="row">
|
||||
<div class="form-group col-6">
|
||||
<div class="form-group col-md-6">
|
||||
<label for="storageAdjustment">{{(add ? 'gbStorageAdd' : 'gbStorageRemove') | i18n}}</label>
|
||||
<input id="storageAdjustment" class="form-control" type="number" name="StroageGbAdjustment"
|
||||
[(ngModel)]="storageAdjustment" min="0" max="99" step="1" required>
|
||||
|
||||
Reference in New Issue
Block a user