Better tag history view on mobile

This commit is contained in:
Joseph Schorr 2017-03-09 19:26:03 -05:00
parent 92f858016d
commit 11a636021c
2 changed files with 31 additions and 7 deletions

View file

@ -90,6 +90,9 @@
float: right;
}
.repo-tag-history-element .history-datetime-small {
display: none;
}
@media (max-width: 767px) {
.repo-tag-history-element .history-list {
@ -104,6 +107,26 @@
float: none;
display: block;
}
.repo-tag-history-element .history-entry .history-description {
overflow: visible;
margin-bottom: 10px;
margin-left: 20px;
display: block;
height: auto;
}
.repo-tag-history-element .history-row {
padding-left: 20px;
}
.repo-tag-history-element .history-datetime-small {
font-size: 12px;
margin-left: 20px;
margin-top: 10px;
color: #aaa;
display: block;
}
}
.repo-tag-history-element .history-entry.filtered-mismatch {
@ -241,5 +264,5 @@
}
.repo-tag-history-element .history-entry .history-datetime {
font-size: 14px;
font-size: 13px;
}