Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
thecybernanny-webapp
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asranov0003
thecybernanny-webapp
Commits
3f6cb44c
Commit
3f6cb44c
authored
Jul 22, 2025
by
asranov0003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: contne pages min height
parent
728fd061
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
BrowserHistory.css
src/pages/BrowserHistory/BrowserHistory.css
+1
-1
Calls.css
src/pages/Calls/Calls.css
+1
-1
Messengers.css
src/pages/Messengers/Messengers.css
+1
-1
Recording.css
src/pages/Recording/Recording.css
+1
-1
Routes.css
src/pages/Routes/Routes.css
+1
-1
No files found.
src/pages/BrowserHistory/BrowserHistory.css
View file @
3f6cb44c
...
...
@@ -3,7 +3,7 @@
}
.browserhistory__content
{
min-height
:
calc
(
100vh
-
75
px
);
min-height
:
calc
(
100vh
-
80
px
);
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
...
...
src/pages/Calls/Calls.css
View file @
3f6cb44c
...
...
@@ -3,7 +3,7 @@
}
.calls__content
{
min-height
:
calc
(
100vh
-
75
px
);
min-height
:
calc
(
100vh
-
80
px
);
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
...
...
src/pages/Messengers/Messengers.css
View file @
3f6cb44c
...
...
@@ -3,7 +3,7 @@
}
.messengers__content
{
min-height
:
calc
(
100vh
-
75
px
);
min-height
:
calc
(
100vh
-
80
px
);
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
...
...
src/pages/Recording/Recording.css
View file @
3f6cb44c
...
...
@@ -3,7 +3,7 @@
}
.recording__content
{
min-height
:
calc
(
100vh
-
75
px
);
min-height
:
calc
(
100vh
-
80
px
);
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
...
...
src/pages/Routes/Routes.css
View file @
3f6cb44c
...
...
@@ -3,7 +3,7 @@
}
.routes__content
{
min-height
:
calc
(
100vh
-
75
px
);
min-height
:
calc
(
100vh
-
80
px
);
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment