Skip to content

Commit

Permalink
NN-410 Panesystem is not correctly displayed for large resolution. (S…
Browse files Browse the repository at this point in the history
…pace between main/sub element)
  • Loading branch information
TripZz committed Dec 4, 2023
1 parent 3f63eba commit 3ee56a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/pane/PaneSystem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default {
right: 3.515%;
height: 61%;
width: 17.9%;
top: 5.78%;
top: 4.98%;
border-radius: 0 0 5px 5px;
background: rgba(222, 222, 222, 0.61);
backdrop-filter: blur(7.5px);
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/ProteinView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ export default {
<style>
.header-menu {
display: inline-flex;
margin: 15px 0 0 0;
display: -webkit-flex;
margin: 1% 0 0 0;
width: 100%;
justify-content: center;
}
Expand Down

0 comments on commit 3ee56a9

Please sign in to comment.