Skip to content

Commit

Permalink
#56 fix: initial sizing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jan 28, 2024
1 parent 890467c commit 968a3e0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/pages/PopupPage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<q-page v-if="!inputTokenDialog" class="flex flex-center bookmarks-page">
<q-page v-if="!inputTokenDialog" class="flex bookmarks-page">
<div class="q-pa-md">
<div class="row">
<div class="col">
Expand Down Expand Up @@ -350,7 +350,10 @@ export default defineComponent({
<style scoped>
.bookmarks-page {
min-width: 500px;
min-height: 400px;
> div {
width: 100%;
}
}
.bookmark-list tr {
Expand Down

0 comments on commit 968a3e0

Please sign in to comment.