File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,16 @@ em {
315315 background : # ffc ;
316316}
317317
318+ @media only screen and (max-width : 375px ) {
319+ .item-list .header .time {
320+ width : 4.05em ;
321+ }
322+
323+ .item-list .detail .time span {
324+ display : none;
325+ }
326+ }
327+
318328@media only screen and (max-width : 350px ) {
319329 .item-list .detail .time {
320330 display : none;
Original file line number Diff line number Diff line change @@ -266,6 +266,14 @@ margin: 1em;
266266padding: 1em;
267267background: #ffc;
268268}
269+ @media only screen and (max-width: 375px) {
270+ .item-list .header .time {
271+ width: 4.05em;
272+ }
273+ .item-list .detail .time span {
274+ display: none;
275+ }
276+ }
269277@media only screen and (max-width: 350px) {
270278.item-list .detail .time {
271279display: none;
Original file line number Diff line number Diff line change 66)
77
88func FormatTime (t time.Time ) template.HTML {
9- return template .HTML (t .Format ("2006-01-02 15:04" ))
9+ return template .HTML (t .Format ("2006-01-02<span> 15:04</span> " ))
1010}
You can’t perform that action at this time.
0 commit comments