summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css4
-rw-r--r--assets/css/download-widget.css3
2 files changed, 4 insertions, 3 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index b4053b5c..5b5f597e 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -767,3 +767,7 @@ h1, h2, h3, h4, h5, p,
.channel-emoji {
margin: 0 2px;
}
+
+#download_widget {
+ width: 100%;
+}
diff --git a/assets/css/download-widget.css b/assets/css/download-widget.css
deleted file mode 100644
index b8391372..00000000
--- a/assets/css/download-widget.css
+++ /dev/null
@@ -1,3 +0,0 @@
-#download_widget {
- width: 100%;
-}