diff options
author | Eleanor Eng <eleanor_eng@brown.edu> | 2019-07-19 12:31:56 -0400 |
---|---|---|
committer | Eleanor Eng <eleanor_eng@brown.edu> | 2019-07-19 12:31:56 -0400 |
commit | 0c7a6d755c3394a027309c5469d170834e2de787 (patch) | |
tree | 40e85948f6fa8213db053f585dc88f9f8bbbc723 /src | |
parent | 87b4d7ab7a28a01335dd081fc85c010a22aae5d1 (diff) |
gross color button is FIXED
Diffstat (limited to 'src')
-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 eed2ae4fa..04249506a 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. |