mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-19 16:08:07 +02:00
improve mobile view
This commit is contained in:
+14
-3
@@ -48,8 +48,12 @@ body {
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.navbar-brand {
|
||||
width: 280px;
|
||||
}
|
||||
}
|
||||
.navbar-brand {
|
||||
width: 280px;
|
||||
text-align: center;
|
||||
}
|
||||
#navbarSupportedContent {
|
||||
@@ -121,12 +125,19 @@ a:hover {
|
||||
|
||||
.leftCol {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 310px;
|
||||
flex: 0 0 auto;
|
||||
width: 100%;
|
||||
z-index: 9;
|
||||
background: #ecedef;
|
||||
background: white;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.leftCol {
|
||||
flex: 0 0 310px;
|
||||
width: 310px;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.files {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user