Fixed out-of-screen tooltips

This commit is contained in:
2023-11-09 09:15:08 +01:00
parent a8f8c6d5f5
commit 3ff828c8cd
4 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ function readFile(file : any) {
</script>
<template>
<div class="flex flex-col w-full h-1/2 lg:h-1/2 flex-none pr-4 pb-2">
<div class="flex flex-col w-full h-1/2 lg:h-1/2 flex-none xl:pr-2 2xl:pr-4 pb-2">
<div class="flex place-content-between w-full items-center">
<span class="dark:text-white mr-2">{{ stylizedName }}</span>
<div class="flex space-x-2 pb-2 overflow-x-scroll">

View File

@@ -138,7 +138,7 @@ function isVersionSelectionAvailable() {
</script>
<template>
<div class="flex flex-col flex-none w-full 2xl:w-1/2 h-1/3 2xl:h-full items-center pb-2 pr-2">
<div class="flex flex-col flex-none w-full 2xl:w-1/2 h-1/3 2xl:h-full items-center pb-2 xl:pr-2">
<div class="flex place-content-between w-full items-center pb-2">
<span class="dark:text-white">Result:</span>
<div class="flex space-x-2 overflow-x-scroll">