diff options
| author | bobzel <zzzman@gmail.com> | 2019-08-15 23:19:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-15 23:19:50 -0400 |
| commit | e0986156ac3fa92d57f3fbe9bc5e36e413764357 (patch) | |
| tree | 342a09d7ea8d95c897c74da095afde864e09ca55 /src/client/views/Main.scss | |
| parent | 46386fd73a06e52d606f891c812a9af0598eec79 (diff) | |
| parent | a7307ca3dc46782cc9e4cae4daa9b30911ace1dd (diff) | |
Merge pull request #249 from browngraphicslab/monika_ellie_UI
mac compatibility and UI
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index f76abaff3..a0b4b2f16 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -140,6 +140,8 @@ button:hover { // font-size: 8px; // user-select: none; // } + margin-top: -2.55px; + margin-left: -2.55px; } // add nodes menu. Note that the + button is actually an input label, not an actual button. |
