Skip to content

Commit

Permalink
style: fix the position of teal icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Aug 13, 2024
1 parent 380c109 commit 85e554e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/module_teal.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ui_teal <- function(id,
),
tags$div(
id = ns("options_buttons"),
style = "margin-left: auto;",
style = "position: absolute; right: 10px;",
bookmark_panel_ui,
tags$button(
class = "btn action-button filter_hamburger", # see sidebar.css for style filter_hamburger
Expand Down
3 changes: 2 additions & 1 deletion inst/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
.nav {
display: flex;
flex-wrap: wrap;
width: calc(100% - 160px);
}

header {
Expand All @@ -66,7 +67,7 @@ footer {
}

#teal_secondary_col .well {
margin: 0 0 15px 0;
margin: 0 0 15px 0;
}

#shiny-modal:has(> .modal-dialog > .modal-content > #landingpopup) {
Expand Down

0 comments on commit 85e554e

Please sign in to comment.