pitaj / nodebb-plugin-calendar

Fully-featured calendar plugin for NodeBB
42 stars 34 forks source link

Display problem when creating a new event #92

Closed spiritax closed 7 years ago

spiritax commented 7 years ago

They is a display problem when creating a new event, it occur on wide screen.

screen shot 2017-07-21 at 14 48 18

If i reduce the window, the display is fine.

screen shot 2017-07-21 at 14 47 43
pitaj commented 7 years ago

What browser?

Fank commented 7 years ago

Tested Chrome and Firefox both worked fine.

spiritax commented 7 years ago

I'm on chrome, macOS Sierra.

pitaj commented 7 years ago

What Chrome version?

spiritax commented 7 years ago

Latest : Version 59.0.3071.115 (Official Build) (64-bit)

I've the same problem on my windows PC. chrome too, Version 59.0.3071.115 (Build officiel) (64 bits)

Edit, seem to be CSS related, i'll look into it tomorrow. I'm using no theme or ..., only basic nodebb with the plugin. they is a problem with this. when i disable this part with the inspector, it's working fine. .date { width: 100%; }

I'll try to find where it come from tomorrow or maybe later if i've some time.

pitaj commented 7 years ago

I'm on the same version of Chrome, but on Windows, and I'm not seeing this.

Have you tried running ./nodebb build? Is your calendar public so I can see for myself? What theme are you on?

spiritax commented 7 years ago

Alredy tried the ./nodebb build and it still have the bug.

I'm using the default theme : Persona

i'll send you a email with the url and some credentials in a few min.

pitaj commented 7 years ago

I think this is because of another plugin's styles. I think I can fix it by changing the styles on those elements or by removing a class. You can fix it with this custom CSS:

.plugin-calendar-event-editor-date {
  width: auto;
}
spiritax commented 7 years ago

Thanks, i'll try.

do you happen to know if it's a other plugin that make moment not showing correctly on the main page?

screen shot 2017-07-21 at 21 34 12

can i disable the access i made for you?

Fank commented 7 years ago

@spiritax #84

pitaj commented 7 years ago

Go ahead and disable access. I'm done. as @Fank just said, that other issue is already documented elsewhere.

spiritax commented 7 years ago

Thanks for the help.