diff options
author | Adam Mathes <adam@trenchant.org> | 2018-04-27 10:21:51 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-04-27 10:21:51 -0700 |
commit | b773d3b1fa1ca4e01b100eb5e89b88b8347740ce (patch) | |
tree | 227b0bc4bce38f092efeb70b232bb13a120307be /static | |
parent | 91bb373f3d68329b924c510e7e2ca157167cdb89 (diff) | |
download | neko-b773d3b1fa1ca4e01b100eb5e89b88b8347740ce.tar.gz neko-b773d3b1fa1ca4e01b100eb5e89b88b8347740ce.tar.bz2 neko-b773d3b1fa1ca4e01b100eb5e89b88b8347740ce.zip |
no full width title on desktop
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 6 |
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; } |