i18n 1.1.0
xaoxuu 5 years ago
parent 209dbb96a1
commit 2c6db2d969
  1. 4
      layout/_partial/meta.ejs
  2. 4
      source/less/_main.less

@ -10,8 +10,8 @@
aplayer_server: post.music.server, aplayer_type: post.music.type, aplayer_id: post.music.id,
aplayer_volume: '0.7', aplayer_autoplay: false }) %>
<% } %>
<% if(post.logo && post.logo.length){ %>
<a title='<%- post.title %>' href='<%- url_for(post.path) %>'><img class='logo' src='<%- post.logo %>'></a>
<% if(post.thumbnail && post.thumbnail.length){ %>
<a title='<%- post.title %>' href='<%- url_for(post.path) %>'><img class='thumbnail' src='<%- post.thumbnail %>'></a>
<% } %>
<div class="meta" id="header-meta">
<% if(isPostList){ %>

@ -292,7 +292,7 @@
margin-bottom: 0.5*@gap;
}
font-size: @fontsize_small * .95;
.aplayer,.logo{
.aplayer,.thumbnail{
.enable-trans();
width: 65px;
height: 65px;
@ -313,7 +313,7 @@
}
}
}
.logo{
.thumbnail{
width: auto;
border-radius: 4px;
box-shadow: none;

Loading…
Cancel
Save