Browse Source

样式微调

master
欧醚 2 years ago
parent
commit
7eb556b6e0
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      static/index.html

+ 5
- 5
static/index.html View File

@ -98,7 +98,7 @@
font-weight: bold;
}
.timeago {
.super-small {
font-size: 0.5em;
}
@ -139,8 +139,8 @@
.comment-list-wrapper {
background: #3333;
padding-left: 7%;
font-size: 90%;
padding-left: 3%;
font-size: 92%;
}
.status-media {
@ -283,9 +283,9 @@
}
}).join('\n')}
<div style="text-align:right;margin: 0px 0 -5px">
<time class="timeago mr-1" datetime="${status.created_at}"
<time class="timeago mr-1 super-small" datetime="${status.created_at}"
title="${status.created_at}"></time>
<small class="mr-2">${status.application && status.application.name || ''}</small>
<small class="mr-2 font-italic super-small">${status.application && status.application.name || ''}</small>
<a href="###" class="mr-3 like-btn ${status.favourited? 'liked' : ''}"
onclick="like_status(event, '${status.id.toString()}')">
点赞<span class="num">${status.favourites_count}</span>

Loading…
Cancel
Save