Skip to content

Commit

Permalink
workspace menu is alwas in hbar-section, fix #480
Browse files Browse the repository at this point in the history
- remove home specific absolute positionning
- remove unused "hide in case of js" css
  • Loading branch information
vincent-peugnet committed Nov 2, 2024
1 parent 510c46f commit e744ea7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions app/view/templates/homemenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,9 @@
<?php endif ?>
</div>
</details>
</div>

<div class="hbar-section">

<div id="save-workspace">
<form
Expand Down
3 changes: 3 additions & 0 deletions app/view/templates/mediamenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
</form>
</div>
</details>
</div>

<div class="hbar-section">

<div id="save-workspace">
<form
Expand Down
9 changes: 0 additions & 9 deletions assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ topbar
navbar
toggle panels (collapsibles)
delete
workspace button (no-js)
media queries
flash messages
Expand Down Expand Up @@ -492,14 +491,6 @@ input.toggle-panel-toggle {
padding: var(--spacing);
}

/* --------------------------------------------------------- workspace button (no-js) */
#save-workspace {
position: absolute;
right: var(--spacing);
}
.js #save-workspace {
display: none;
}
/* --------------------------------------------------------- media queries */


Expand Down

0 comments on commit e744ea7

Please sign in to comment.