Skip to content

Commit

Permalink
dzikoyskGH-1910 Remove unnecessary paddings from dashboard view on m…
Browse files Browse the repository at this point in the history
…obile & improve statuses (dzikoysk#2160)
  • Loading branch information
Astahiell authored Jul 3, 2024
1 parent 01888f4 commit 03b607e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defineProps({
</script>

<template>
<div class="py-3 w-1/6 mx-4 text-center border-2 border-xl rounded-xl border-gray-700">
<div class="py-3 w-1/6 mx-4 text-center border-2 border-xl rounded-xl border-gray-700 <sm:(h-16 w-full flex flex-col justify-center mb-2 mx-0)">
<a v-if="link" :href="link" target="_blank">
<div class="flex text-blue-500 w-full justify-center">
<h1 class="text-md pt-1">{{title}}</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defineProps({
</script>

<template>
<div class="container mx-auto pt-6 px-15 pb-10 text-xs">
<div class="container mx-auto pt-6 px-15 pb-10 text-xs <sm:px-2 ">
<div class="flex">
<h1 class="font-bold pb-6 text-lg">Instance status</h1>
<p class="text-3xl text-green-500 px-3 -mt-1 font-bold">•</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const prettyUptime = (seconds) => {

<template>
<div v-if="instanceStatus">
<div class="flex w-full">
<div class="flex w-full <sm:flex-wrap justify-center">
<DashboardBox
title="Version"
:content="instanceStatus.version"
Expand Down

0 comments on commit 03b607e

Please sign in to comment.