Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 29c690d

Browse files
committed
Minor tweaks.
- add custom scrollbar - add padding
1 parent 63498d7 commit 29c690d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

css/obBase.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6404,6 +6404,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
64046404

64056405
.peersList {
64066406
margin-top: 10px;
6407+
padding-right: 30px;
64076408
display: block;
64086409
color: #9999A0;
64096410
max-height: 200px;

js/templates/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ <h3 class="padding15 margin0 fontWeight500"><%= polyglot.t('Advanced') %></h3>
12821282
</div>
12831283
</div>
12841284
<div class="flexRow">
1285-
<div class="peersList custCol-text js-connectedPeers"></div>
1285+
<div class="peersList custCol-text customThemeScrollbar js-connectedPeers"></div>
12861286
</div>
12871287
</div>
12881288
</div>

0 commit comments

Comments
 (0)