From 917cf68bfd539f532552d27ad0b550094d18f6e1 Mon Sep 17 00:00:00 2001 From: PASSER-BY Date: Wed, 26 Apr 2023 07:50:10 +0800 Subject: [PATCH] Update index.css --- static/style/index.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/style/index.css b/static/style/index.css index 5b98c14..d5bcf97 100644 --- a/static/style/index.css +++ b/static/style/index.css @@ -682,15 +682,22 @@ a:hover{ width: auto; padding-top: 0; } + .mod-panel .hd .mobile{ + width: auto; + } .mod-panel .hd .picture img{ width: 256px; height: 160px; margin-left: 0; } - .mod-panel .hd .picture .btn{ + .mod-panel .hd .btn{ display: block; margin: 0 auto; } + .mod-panel .hd .btn span.name{ + padding-right: 0; + background: none; + } .mod-panel .bd{ margin-left: 0; }