Skip to content

Commit

Permalink
feat: tablet version draft
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Nov 13, 2024
1 parent 87822be commit fd4f3d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/views/ViewHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
</div>
<div
v-if="route.path === '/'"
class="header__sections_section"
class="header__sections_section __desktop"
>
<view-search/>
</div>
</div>
</div>
<div class="header_right header__sections">
<div class="header__sections_section __from-tablet">
<div class="header__sections_section __desktop">
<div
class="header__theme"
:class="[`header__theme--${ store.theme ?? 'default' }`]"
Expand All @@ -103,7 +103,7 @@
</div>
<div
v-if="config.public.IS_DOWN !== 'true'"
class="header__sections_section __from-tablet"
class="header__sections_section __desktop"
>
<common-button
v-if="!store.user"
Expand Down
2 changes: 1 addition & 1 deletion src/components/views/ViewMapFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</div>
</common-control-block>
</div>
<div class="map-footer_left_section __from-tablet">
<div class="map-footer_left_section __desktop">
<div class="map-footer__connections">
<div class="map-footer__connections_title">
<span>{{ getCounts.total }}</span> connections
Expand Down

0 comments on commit fd4f3d4

Please sign in to comment.