Skip to content

Commit

Permalink
fix: Update Header.vue with responsive width
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin3go committed Feb 19, 2024
1 parent 271fe65 commit ed263ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/base/Header.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<header>
<v-sheet class="px-4 d-flex justify-space-between" :height="60" width="100vw" border>
<v-sheet class="px-4 d-flex justify-space-between" :height="60" width="100%" border>
<span class="text-h5 font-italic font-weight-thin d-flex align-center">
<SvgPoint style="height: 40px; width: 40px"></SvgPoint>
<span>Use Sora...</span>
Expand Down Expand Up @@ -32,6 +32,9 @@ header {
top: 0;
left: 0;
z-index: 1000;
width: 100vw;
min-width: 888px;
}
.header-placeholder {
height: 60px;
Expand Down

0 comments on commit ed263ac

Please sign in to comment.