diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-24 16:30:41 +0100 |
---|---|---|
committer | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-24 16:30:41 +0100 |
commit | a43f0a7e7fa563db3b0593dc1ca588559381e1d0 (patch) | |
tree | 9191c5488edf965d448fd4b1dbaa9a4139868a5a /src/pages/popup/popup.html | |
parent | Merge branch 'BobIsMyManager-librex' (diff) | |
download | libredirect-a43f0a7e7fa563db3b0593dc1ca588559381e1d0.zip |
Squashed a few bugs
Closes https://github.com/libredirect/libredirect/issues/392
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 4030f0ec..7493ecbe 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -97,7 +97,9 @@ <h4 data-localise="__MSG_sendFiles__">Send Files</h4></a> <input class="disable-sendTargets" type="checkbox"/> </div> - <hr> + <div id="current_site_divider"> + <hr> + </div> </div> <div class="all_sites"> <div class="youtube some-block"><a class="title" href="https://youtube.com"><img src="../../assets/images/youtube-icon.png"/> |