Skip to content

Commit

Permalink
[beta] Dev. v23. display items fix in RunningAppBar.vue & App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Feb 6, 2024
1 parent e578a9f commit 1933fe9
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 24 deletions.
6 changes: 3 additions & 3 deletions theseus_gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "theseus_gui",
"private": true,
"version": "0.6.3",
"patch_version": "22 • Beta",
"development_build": false,
"patch_version": "23 • Beta",
"development_build": true,
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -19,7 +19,7 @@
"@vintl/vintl": "^4.4.1",
"dayjs": "^1.11.10",
"floating-vue": "2.0.0-beta.24",
"mixpanel-browser": "^2.48.1",
"mixpanel-browser": "^2.49.0",
"ofetch": "^1.3.3",
"omorphia": "^0.7.3",
"pinia": "^2.1.7",
Expand Down
42 changes: 21 additions & 21 deletions theseus_gui/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions theseus_gui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ const toggleSidebar = () => {
}
.square-collapsed-space {
margin-top: 1.25rem;
height: var(--appbar-height);
width: 100%;
Expand Down
4 changes: 4 additions & 0 deletions theseus_gui/src/components/ui/RunningAppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,10 @@ const approvedUpdating = async () => {
0 0 8px rgba(14, 98, 204, 0.5),
0 0 12px rgba(122, 31, 199, 0.5);
transition: color 0.35s ease;
display: flex;
flex-direction: row;
align-items: center;
gap: 0.5rem;
}
.download:hover,
Expand Down

0 comments on commit 1933fe9

Please sign in to comment.