Adjust padding of sources in summary
Make the right padding bigger and the left padding smaller, so that the boundaries that trigger the accordion effect are more closely associated with corresponding icons. Also slightly decrease the overall padding between sources.
This commit is contained in:
parent
75dbe4fdb9
commit
5fc4d1751c
@ -1066,8 +1066,8 @@ StTooltip StLabel {
|
||||
}
|
||||
|
||||
.summary-source-button {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
padding-left: 4px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.summary-source-button:last-child {
|
||||
|
Loading…
Reference in New Issue
Block a user