mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 11:58:28 +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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user