nyaa/nyaa
Nicolas F fdb041c23b Don't use responsive table on reports list
The responsive table actually does *worse* in narrow layouts because
the action column fucks off out of view and needs to be scrolled to
if the report reason is long. With a normal table you may not get
consistent row heights, but at least you don't have to horizontally
scroll to perform an action.

Also fixed a goof where I used a style attribute instead of making
the max-width for the action column a class.
2017-06-27 16:07:10 +02:00
..
static Don't use responsive table on reports list 2017-06-27 16:07:10 +02:00
templates Don't use responsive table on reports list 2017-06-27 16:07:10 +02:00
tests Initial commit. 2017-05-12 20:51:49 +02:00
__init__.py set noqa to ignore a single error 2017-06-08 04:14:04 +03:00
api_handler.py Lint 2017-06-07 19:38:19 +03:00
backend.py fix race condition? 2017-05-23 15:18:17 +02:00
bencode.py Initial commit. 2017-05-12 20:51:49 +02:00
fix_paginate.py Optimize MySQL COUNT queries and pagination 2017-05-29 18:27:34 +03:00
forms.py Make username regex to stop the validation chain 2017-06-19 16:05:42 +03:00
models.py Fix lint check + update lint script (#224) 2017-06-01 06:40:33 -05:00
routes.py Merge branch 'master' into reports 2017-05-29 16:20:48 +03:00
search.py [ES Schema change] Multi-field search display_name to match words over ngram limit 2017-06-05 17:29:00 +03:00
torrents.py Resolves #129 and refactored create magnet es naming 2017-05-24 23:19:08 -07:00
utils.py Initial commit. 2017-05-12 20:51:49 +02:00