diff options
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 540651a..8ce48ca 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -52,10 +52,6 @@ a:hover { color: white; } -div#massedit { - display: none; -} - #options ul { list-style: none; padding-inline-start: 0; @@ -227,6 +223,15 @@ main.media code { padding: 1px; } + + +main.user table form { + display: inline-block; +} + + + + @media (max-width: 600px) { main.home .summary, main.home .linkfrom, main.home .linkto, main.home .delete, main.home .datecreation, main.home .date, main.home .log, main.home .secure, main.home .tag { display: none; |