Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 3a58f81

Browse files
authored
Merge pull request #1808 from OpenBazaar/cssUpdatesFor235
Css updates for235
2 parents 5dfe41c + f798d6a commit 3a58f81

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

js/templates/modals/settings/store.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,18 @@ <h5><%= ob.polyT('settings.storeTab.selectedModerators') %></h5>
8888
<div class="rowLg"><% // just a spacer %></div>
8989
</div>
9090
<div class="row">
91-
<div class="flexVCentClearMarg tx5 rowTn">
92-
<h5 class="flexExpand"><%= ob.polyT('settings.storeTab.availableModerators') %></h5>
93-
<input type="checkbox" id="storeVerifiedOnly" class="js-storeVerifiedOnly"<% if (ob.showVerifiedOnly) print('checked') %>>
94-
<label class="tx5b" for="storeVerifiedOnly"><%= ob.polyT('settings.storeTab.verifiedOnly') %></label>
91+
<div class="tx5 rowTn">
92+
<div class="flexVCentClearMarg">
93+
<h5 class="flexExpand"><%= ob.polyT('settings.storeTab.availableModerators') %></h5>
94+
<input type="checkbox" id="storeVerifiedOnly" class="js-storeVerifiedOnly"<% if (ob.showVerifiedOnly) print('checked') %>>
95+
<label class="tx5b" for="storeVerifiedOnly"><%= ob.polyT('settings.storeTab.verifiedOnly') %></label>
96+
</div>
9597
</div>
9698
<ul class="unstyled errorList hide js-modListAvailableError">
9799
<li><i class="ion-alert-circled"></i><span class="js-modListAvailableErrorText"></span> </li>
98100
</ul>
99101
<div class="js-modListAvailable"></div>
100-
<div class="noModsAdded clrBr flexCent <% if (ob.modsAvailable.length) print('hide') %> js-noModsAdded">
102+
<div class="noModsAdded flex clrBr <% if (ob.modsAvailable.length) print('hide') %> js-noModsAdded">
101103
<button class="btn clrP clrBr browseMods js-browseMods">
102104
<%= ob.polyT('settings.storeTab.browseModerators') %>
103105
</button>

styles/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ svg {
236236
height: calc(100% - #{$bar + $barLg});
237237
box-sizing: border-box;
238238
z-index: 2; // chat needs to be on top of modals
239-
@include chatOpeningTransition(width, background-color, border-color, height);
239+
@include chatOpeningTransition(width, background-color, height);
240240
overflow-y: auto;
241241
overflow-x: hidden;
242242
background-color: transparent;

styles/modules/modals/_settings.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@
120120
min-height: 175px;
121121
border-width: 1px;
122122
border-style: solid;
123+
align-items: center;
124+
justify-content: center;
123125
}
124126

125127
.bulkCoinUpdateBtn .confirmBox {

0 commit comments

Comments
 (0)