~netlandish/links-dev

links: Hiding a title in mobile view v1 APPLIED

Rael Monge: 1
 Hiding a title in mobile view

 1 files changed, 3 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.code.netlandish.com/~netlandish/links-dev/patches/82/mbox | git am -3
Learn more about email & git

[PATCH links] Hiding a title in mobile view Export this patch

---
 static/css/style.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/static/css/style.css b/static/css/style.css
index a4f60d6..b5ef736 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -789,6 +789,9 @@ a.bullet-link:before {
  .responsive-table {
    overflow-x:auto;
  }
  .full-content-title {
    display: none;
  }
}

.help-text {
-- 
2.34.1
Thanks! Pushed.