- gitlist.git
- src
- browser
- less
- menu.less
This file ( 591B ) 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-main-tabs-browser {
margin-bottom: @navbar-padding-horizontal / 2;
}
@media only screen and (min-width : @screen-sm-min) {
#p3x-gitlist-main-tabs-browser {
float: left;
margin-right: @navbar-padding-horizontal;
}
}
#p3x-gitlist-main-tabs * {
margin-bottom: 2px;
position: relative;
@media only screen and (max-width : @screen-sm-min) {
text-align: left;
}
a:hover > svg.svg-inline--fa {
transition-duration: 250ms;
transition-property: transform;
transform: scale(1.2) rotate(360deg);
}
svg.svg-inline--fa {
top: 2px;
}
}