mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
Fix source display on mobile devices
The raw/mobile/history buttons used to incorrectly overflow on mobile devices, obscuring the entire (!) source view.
This commit is contained in:
@@ -1950,6 +1950,11 @@ div.container.blame-container{
|
|||||||
div.input-group>span.fork {
|
div.input-group>span.fork {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
/* allow wrapping on raw/mobile/history buttons */
|
||||||
|
div.main-content>div.box-header>div.btn-group.pull-right
|
||||||
|
{
|
||||||
|
float: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user