ui: fix ranking page display

pull/334/head
undefined 3 years ago
parent 1f4b2a8529
commit 3ba0ff1e3a

@ -1,6 +1,6 @@
{
"name": "@hydrooj/ui-default",
"version": "4.34.27",
"version": "4.34.28",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "hydro.js",
@ -32,6 +32,7 @@
"autoprefixer": "^9.8.8",
"browser-update": "^3.3.38",
"chalk": "^5.0.1",
"chunk-progress-webpack-plugin": "^2.0.1",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^4.0.0",
"clipboard": "^2.0.10",

@ -19,9 +19,11 @@
text-align: center
.col--bio
height: 36px !important;
display: block;
td.col--bio
height: 36px !important;
+mobile()
.col--bio, .col--detail
display: none

Loading…
Cancel
Save