about summary refs log tree commit diff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
authorBonfaceKilz2020-12-30 03:09:35 +0300
committerBonfaceKilz2020-12-30 03:09:35 +0300
commit200b8194e8d22c944a80625b6101389b687e5832 (patch)
tree952953136aca2720ce37e6f9097c3279096f9468 /bh20simplewebuploader/static
parentdf0421757e464f07b5e96b5444f1926784e7400f (diff)
downloadbh20-seq-resource-200b8194e8d22c944a80625b6101389b687e5832.tar.gz
bh20-seq-resource-200b8194e8d22c944a80625b6101389b687e5832.tar.lz
bh20-seq-resource-200b8194e8d22c944a80625b6101389b687e5832.zip
Add arxiv feed
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/main.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index b6c900c..fbc721e 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -523,6 +523,7 @@ div.status {
 
 #feed ul {
     list-style-type: none;
+    width: 30em;
 }
 
 #feed ul li {
@@ -567,6 +568,7 @@ input[name="feed-tabs"] ~ .tab {
 }
 
 #tab-pubmed-articles:checked ~ .tab.content-pubmed-articles,
+#tab-arxiv-articles:checked ~ .tab.content-arxiv-articles,
 #tab-tweets:checked ~ .tab.content-tweets,
 #tab-commits:checked ~ .tab.content-commits {
     display: block;