aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2018-04-27 10:21:51 -0700
committerAdam Mathes <adam@trenchant.org>2018-04-27 10:21:51 -0700
commitb773d3b1fa1ca4e01b100eb5e89b88b8347740ce (patch)
tree227b0bc4bce38f092efeb70b232bb13a120307be
parent91bb373f3d68329b924c510e7e2ca157167cdb89 (diff)
downloadneko-b773d3b1fa1ca4e01b100eb5e89b88b8347740ce.tar.gz
neko-b773d3b1fa1ca4e01b100eb5e89b88b8347740ce.tar.bz2
neko-b773d3b1fa1ca4e01b100eb5e89b88b8347740ce.zip
no full width title on desktop
-rw-r--r--static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 3a7cc55..852ae77 100644
--- a/static/style.css
+++ b/static/style.css
@@ -163,7 +163,7 @@ pre {
line-height: 1em;
z-index: 1;
cursor: pointer;
- width: 100%;
+ width: 5rem;
background-color: #ccc;
}
@@ -219,6 +219,10 @@ button {
/* overflow: hidden; */
}
+ .logo {
+ width: 100%;
+ }
+
#filters {
display: none;
}