- gitlist.git
- src
- browser
- less
- navigation.less
This file ( 546B ) 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-navigation-brand-icon {
}
#p3x-gitlist-navigation-brand-icon-pure {
height: @navbar-height - 16px;
width: auto;
top: 8px;
position: absolute;
}
#p3x-gitlist-navigation-brand-icon {
height: @navbar-height - @navbar-margin-bottom - 2px;
width: auto;
display: inline-block;
}
#p3x-gitlist-navigation-brand-icon-title {
display: inline-block;
margin-left: 36px;
}
#p3x-gitlist-navigation-menu-button:hover {
transition-duration: 250ms;
transition-property: transform;
transform: scale(1.1) rotate(360deg);
}