mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
Add space for scrolling (fixes #2351)
Add space at bottom for scrolling on small resolutions
This commit is contained in:
parent
44891b6924
commit
141b0d38a6
@ -21,6 +21,10 @@ ul+h5 {
|
|||||||
margin-top: 1.5em;
|
margin-top: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.panel-progress {
|
.panel-progress {
|
||||||
background: #3498db;
|
background: #3498db;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
@ -64,6 +68,7 @@ identicon {
|
|||||||
|
|
||||||
.popover {
|
.popover {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
min-width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-heading .fa, .modal-header .fa {
|
.panel-heading .fa, .modal-header .fa {
|
||||||
@ -249,7 +254,3 @@ ul.three-columns li, ul.two-columns li {
|
|||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover {
|
|
||||||
min-width: 250px;
|
|
||||||
}
|
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container" id="content">
|
||||||
|
|
||||||
<!-- Panel: Restart Needed -->
|
<!-- Panel: Restart Needed -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user