creativecommons / creativecommons.github.io-source

Source files for CC Open Source website
https://opensource.creativecommons.org/
MIT License
77 stars 161 forks source link

Email textbox not optimized for mobile view #711

Closed soustab10 closed 5 months ago

soustab10 commented 1 year ago

Description

The email text box is not optimized for mobile view.

Reproduction

  1. Go to Creative Commons Opensource in mobile view
  2. Scroll to footer
  3. See error.

Expectation

The width of the email text box should be adjusted for the device width.

Screenshots

image

Additional context

Resolution

nitin-pandita commented 1 year ago

I would like to work on it @TimidRobot

adidevs commented 1 year ago

Hey @nitin-pandita , since you are working on #712 ,shall I take up this issue?

nitin-pandita commented 1 year ago

Hey @nitin-pandita , since you are working on #712 ,shall I take up this issue?

sure , go for it

adidevs commented 1 year ago

@TimidRobot the fix to this issue is in the creativecommons/vocabulary-styles repository in the following file footer.scss

It needs to be updated and the following code added in the mobile() section:

@include mobile() {
    .subscription {
      .newsletter {
        width: 100%;
      }
   }
}

Should I submit a PR directly in that repository or create an issue there?

TimidRobot commented 1 year ago

@adidevs Hmmm... I'll let @possumbilities weigh in. I suspect we may want to mark this issue as blocked pending changes to Vocabulary.

possumbilities commented 1 year ago

@adidevs I would concur with @TimidRobot. There's a fix brewing that would address this differently, but is precisely this Issue in the new changes to Vocabulary. I'd say best to make this status: blocked for now.

adidevs commented 1 year ago

Thank you for your feedback @possumbilities and @TimidRobot !🙌

nsundriyal62 commented 1 year ago

as i see there are no PR for this i am gonna genrate one

see u

Lavanya-4321 commented 10 months ago

Hey @soustab10 can i work on the above issue?

Ritesh92A commented 8 months ago

I want to work on this issue please assign me this issue.

Shailendrasingh189 commented 7 months ago

Can I work on this issue.

abhishekjain58 commented 7 months ago

I want to work on this issue please assign me this issue.

Ritesh92A commented 7 months ago

Hey I clearly understood what issue is please assign this issue to me, I will sole it really quickly.

TimidRobot commented 6 months ago

@Ritesh92A @Shailendrasingh189 @abhishekjain58

Please see Contribution Guidelines — Creative Commons Open Source for how we manage issues and PRs (we generally don't assign issues prior to resolution).

wisekiran commented 6 months ago

Hi, I created a PR with a fix for this: https://github.com/creativecommons/creativecommons.github.io-source/pull/763

I've tested it locally, please review @TimidRobot