diff options
-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; } |