diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-25 12:01:16 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-25 12:01:16 -0700 |
| commit | a7c1aaa0600a01d25b6525d4ae17f1a5086847d0 (patch) | |
| tree | 5f42df8110af8cda0055005d3a7f0c38a3060301 /src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss | |
| parent | db92851456f168affcdbd4053b38e7b9f6b7a97d (diff) | |
| parent | a5b836e647f8c356c4b4d37b2cdcd4fa38459b80 (diff) | |
Merge branch 'mobile_revision_direct' of https://github.com/browngraphicslab/Dash-Web into mobile_revision_direct
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss b/src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss index 4855dfea8..9ad4d5079 100644 --- a/src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss +++ b/src/client/views/collections/collectionFreeForm/InkOptionsMenu.scss @@ -35,6 +35,8 @@ @media only screen and (max-device-width: 480px) { .antimodeMenu-button { + font-size: 50%; + .color-preview { width: 100%; height: 100%; @@ -65,7 +67,7 @@ .antimodeMenu-button { background: #323232; display: block; - + font-size: 50%; } } }
\ No newline at end of file |
