Skip to content

Commit 5fb49c8

Browse files
committed
(feat: CSS): change CSS rules in parent-container
1 parent 4af15d6 commit 5fb49c8

3 files changed

Lines changed: 28 additions & 9 deletions

File tree

public/index.css

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,14 @@ body.dark-mode .slider:before {
6565

6666

6767
.parent-container {
68-
height: 100vh;
69-
width: 100vw;
68+
height: 200vh;
69+
width: 500px;
70+
border: red 1px solid;
71+
display: flex;
72+
flex-direction: row;
73+
position: relative;
74+
margin-left: auto;
75+
margin-right: auto;
7076
}
7177

7278
.recording {
@@ -592,13 +598,13 @@ input:checked+.slider:before {
592598
}
593599

594600
.navigation {
595-
position: fixed;
596-
top: 5px;
597-
left: 56%;
598-
transform: translateX(-50%);
601+
position: absolute;
602+
top: 0px;
603+
right: 0px;
604+
/* transform: translateX(-50%); */
599605
width: 100%;
600606
max-width: 340px;
601-
height: 100vh;
607+
height: 200vh;
602608
/* Updated height to match the wrapper/container */
603609
background-color: var(--green);
604610
z-index: 100;
@@ -672,4 +678,17 @@ input:checked+.slider:before {
672678

673679
.fade-in {
674680
animation: fadeIn 1s ease-in;
675-
}
681+
}
682+
683+
/*
684+
@media (orientation: landscape) {
685+
body {
686+
flex-direction: row;
687+
}
688+
.navigation {
689+
transform: translateX(-10%) translateY(-20px);
690+
}
691+
.main-element {
692+
overflow: hidden;
693+
}
694+
} */

public/url_folder.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://oaidalleapiprodscus.blob.core.windows.net/private/org-nYbqgo3O0LNnYYAoKAmApBfx/user-58Je7efi0iy880e2UYCdYpBm/img-ovb7qD0yHMLLx0Ooe4iCpSOE.png?st=2024-08-03T13%3A22%3A53Z&se=2024-08-03T15%3A22%3A53Z&sp=r&sv=2023-11-03&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2024-08-03T04%3A05%3A06Z&ske=2024-08-04T04%3A05%3A06Z&sks=b&skv=2023-11-03&sig=bDE%2Bp86dJ7jZ6nydnnnKPumw/XA0M1VaghM8Bm5XY5E%3D
1+
https://oaidalleapiprodscus.blob.core.windows.net/private/org-nYbqgo3O0LNnYYAoKAmApBfx/user-58Je7efi0iy880e2UYCdYpBm/img-0hmmdCKvfaYGDnfuZyS9bdh0.png?st=2024-08-04T13%3A30%3A13Z&se=2024-08-04T15%3A30%3A13Z&sp=r&sv=2023-11-03&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2024-08-03T21%3A25%3A44Z&ske=2024-08-04T21%3A25%3A44Z&sks=b&skv=2023-11-03&sig=8afWsJ1iym0AZX13XdbsdVaHsuT0AK80th/SPTPwJHU%3D

speech.mp3

66.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)