Skip to content

Commit

Permalink
#23518
Browse files Browse the repository at this point in the history
  • Loading branch information
nczirjak-acdh committed Nov 25, 2024
1 parent 436e353 commit 180dd4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ ul.links {
.smartsearch_trash_icon {
width: 24px;
height: 24px;
vertical-align: initial !important;
}
.mobile-menu-container {
position: fixed;
Expand Down Expand Up @@ -1598,6 +1599,7 @@ table.dataTable.no-footer {
width: 100%;
}
.mapLabelDiv {
display: flex;
background: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
Expand Down
Binary file modified images/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ ul.links {
.smartsearch_trash_icon {
width: 24px;
height: 24px;
vertical-align: initial !important;
}

.mobile-menu-container {
Expand Down Expand Up @@ -1862,6 +1863,7 @@ table.dataTable.no-footer {
///// SMART SEARCH MAP ////

.mapLabelDiv {
display: flex;
background: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
Expand Down

0 comments on commit 180dd4e

Please sign in to comment.