Merge pull request #205 from LightSaveUs/UI2

Padding Adjustment
This commit is contained in:
ebolam
2022-10-12 18:22:57 -04:00
committed by GitHub

View File

@@ -1859,7 +1859,7 @@ body {
overflow-y: auto;
height: 100%;
flex-grow: 1;
padding: 15px 12px 15px 12px;
padding: 10px 12px 10px 12px;
}
.context-symbol {
@@ -1904,6 +1904,7 @@ body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
width: min-context;
max-width: 300px;
padding: 10px !important;
}
.tooltip-context-token {