Don't stack PR tab menu on small screens (#25789)
the stacking takes up screen space - display the tabs as the navigation bar. github uses the same layout. Screenshots (left before, right after):   Large screen: 
This commit is contained in:
parent
e53390d88f
commit
b81c013057
2 changed files with 32 additions and 22 deletions
|
@ -747,8 +747,15 @@
|
|||
right: 1px;
|
||||
}
|
||||
|
||||
.repository.view.issue .pull.tabs.container {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.repository.view.issue .pull.tabular.menu {
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 0;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.repository.view.issue .pull.tabular.menu .svg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue