- gitlist.git
- src
- browser
- less
- index.less
This file ( 738B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
#p3x-gitlist-index {
.p3x-gitlist-index-description {
// padding-left: @padding-base-vertical;
padding-right: @padding-base-vertical;
}
.p3x-gitlist-index-reponame {
padding-left: 0px;
}
.p3x-gitlist-index-repo-last-commit-timestamp {
visibility: hidden;
}
@media only screen and (min-width: @screen-xs-min) {
#p3x-gitlist-index-flex {
display: flex;
}
#p3x-gitlist-index-flex-search {
flex-grow: 1;
}
}
.p3x-gitlist-index-pagination {
margin-top: 0;
text-align: center;
}
.p3x-gitlist-index-pagination-container {
display: flex;
justify-content: center;
}
}