juliushaertl / direct_menu

Nextcloud/OwnCloud app to provide easy access to all apps in the header
GNU Affero General Public License v3.0
17 stars 8 forks source link

icons not always shown with Nextcloud 10 RC1 #33

Closed Guillaume99 closed 8 years ago

Guillaume99 commented 8 years ago

icons not always shown with Nextcloud 10 RC1

capture d ecran 2016-08-20 a 18 08 16 capture d ecran 2016-08-20 a 18 08 31

juliushaertl commented 8 years ago

@Guillaume99 what version of direct_menu and what web browser are you using?

Guillaume99 commented 8 years ago

Last version of direct menu (updated for nc 10), Last version of firefox under osx

Le 22 août 2016 à 19:32, Julius Härtl notifications@github.com a écrit :

@Guillaume99 what version of direct_menu and what web browser are you using?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

juliushaertl commented 8 years ago

Ok, will try to reproduce and fix this later this week. Thanks for your report so far.

Guillaume99 commented 8 years ago

For my specific case, what should I change innthe css file ?

Le 22 août 2016 à 19:37, Julius Härtl notifications@github.com a écrit :

Ok, will try to reproduce and fix this later this week. Thanks for your report so far.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

juliushaertl commented 8 years ago

You can change the min-width value in the first line to something bigger.

e.g. the menu will be hidden if the window size is smaller that 900 px: @media only screen and (min-width: 900px) {

Guillaume99 commented 8 years ago

Thanks !

Le 22 août 2016 à 19:49, Julius Härtl notifications@github.com a écrit :

You can change the min-width value in the first line to something bigger.

e.g. the menu will be hidden if the window size is smaller that 900 px: @media only screen and (min-width: 900px) {

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

juliushaertl commented 8 years ago

@Guillaume99 Can you please test if your issue still exists?

Guillaume99 commented 8 years ago

Tested and validated, issue is corrected. Thanks for the good work !

Le 2 sept. 2016 à 11:48, Julius Härtl notifications@github.com a écrit :

@Guillaume99 Can you please test if your issue still exists?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

car-gli commented 7 years ago

Wrong thread, sorry