Remove horizontal side-scrolling on Home page
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5m35s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5m35s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ import Steam from "./Steam.vue";
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<main class="justify-center flex flex-row w-full h-full">
|
<main class="justify-center flex flex-row w-full h-full overflow-x-hidden">
|
||||||
<div class="outerWrap flex flex-row">
|
<div class="outerWrap flex flex-row">
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<Time class="time-sidebar sidebar-cell" />
|
<Time class="time-sidebar sidebar-cell" />
|
||||||
|
|||||||
Reference in New Issue
Block a user