1
0
懒得勤快 4 жил өмнө
parent
commit
994b244998

+ 1 - 0
src/Masuit.MyBlogs.Core/Common/HttpContextExtension.cs

@@ -35,6 +35,7 @@ namespace Masuit.MyBlogs.Core.Common
                 {
                     "baidu.com",
                     "google.com",
+                    "googlebot.com",
                     "bing.com",
                     "sogou.com",
                     "soso.com",

+ 1 - 1
src/Masuit.MyBlogs.Core/Views/Shared/_ArticleListAdvertisement.cshtml

@@ -10,7 +10,7 @@
         <a asp-controller="Advertisement" asp-action="Redirect" asp-route-id="@Model.Id" target="_blank" id="@Stopwatch.GetTimestamp()">
             <div class="row padding-bot10">
                 <div class="col-sm-2 hidden-xs paddingright-clear">
-                    <img class="img-thumbnail img-responsive" src="@Model.ThumbImgUrl" alt="@Model.Title" title="@Model.Title">
+                    <img class="img-thumbnail img-responsive thumb" src="@Model.ThumbImgUrl" alt="@Model.Title" title="@Model.Title">
                 </div>
                 <div class="col-sm-10 col-xs-12">
                     <p>

+ 1 - 1
src/Masuit.MyBlogs.Core/wwwroot/Content/common/articlestyle.css

@@ -335,7 +335,7 @@ article table > tbody > tr.danger:hover > th { background-color: #ebcccc; }
 }
 
 .ibox-content .thumb {
-    max-height: 125px;
+    max-height: 160px;
     transition: ease-in-out .3s;
     overflow: hidden;
 }