mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 22:58:25 +00:00
gui: Decrease padding on the panel and modal bodies (#6153)
This allows better viewing when on a condensed screen, and reduces screen real estate slightly.
This commit is contained in:
parent
f80ce17497
commit
a5699d40a8
@ -246,6 +246,18 @@ a.toggler:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Panel and Modal body padding decrease
|
||||||
|
*/
|
||||||
|
|
||||||
|
.panel-collapse .panel-body {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-body {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Progress bars with centered text
|
* Progress bars with centered text
|
||||||
*/
|
*/
|
||||||
@ -400,4 +412,4 @@ ul.three-columns li, ul.two-columns li {
|
|||||||
.btn:not(.panel-heading) + .btn:not(.panel-heading) {
|
.btn:not(.panel-heading) + .btn:not(.panel-heading) {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user