UI: Make repository menu divide header and content
This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
This commit is contained in:
parent
ec98deeb8c
commit
3eae4ecde7
24 changed files with 78 additions and 49 deletions
|
@ -1815,6 +1815,17 @@ footer .container .links > *:first-child {
|
|||
margin: 1px;
|
||||
padding-right: 0;
|
||||
}
|
||||
.repository .ui.tabs.container {
|
||||
margin-top: 14px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.repository .ui.tabs.container .ui.menu {
|
||||
border-bottom: none;
|
||||
}
|
||||
.repository .ui.tabs.divider {
|
||||
margin-top: 0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.repository #clone-panel {
|
||||
margin-top: -8px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue