FC4E-CAT / fc4e-cat-ui

The UI of the CAT
https://cat.argo.grnet.gr
Apache License 2.0
1 stars 4 forks source link

Admin dropdown disappears on smaller window #138

Closed FjodorvRijsselberg closed 9 months ago

FjodorvRijsselberg commented 9 months ago

Describe the bug The issue occurs when resizing the window when logged in as the admin. If the window is made too small the admin dropdown button wil disappear.

To Reproduce

  1. Login as admin.
  2. Make the width of the window smaller.
  3. The admin dropdown button disappears.

Expected behavior The admin dropdown button should not disappear.

Desktop

Screenshot of missing button Screenshot 2024-02-02 at 09 23 25

Additional context This is a small issue and should only bother people on tablets or phones.

themiszamani commented 9 months ago

Hi @FjodorvRijsselberg In bootstrap when the window is small, all the menus are under the burger menu. So the admin options are actually there see in the attached photo.

Screenshot 2024-02-05 at 2 32 13 PM

We can discuss for a new position of the admin menu if you want.

FjodorvRijsselberg commented 9 months ago

Apologies, I completely missed that the button moved under the burger menu. I think that since the functionality to open the Admin dropdown already exists, this issue can be closed.