Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-ui
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
WEBGDE-Components
web-ui
Commits
d957e5b3
Commit
d957e5b3
authored
Oct 05, 2022
by
Jorem Magcawas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update css
parent
ddae606f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
style.css
Web-GDE/style.css
+2
-3
No files found.
Web-GDE/style.css
View file @
d957e5b3
...
@@ -120,7 +120,6 @@ main#viewer {
...
@@ -120,7 +120,6 @@ main#viewer {
#endDiv
{
#endDiv
{
width
:
100%
;
width
:
100%
;
text-align
:
right
;
text-align
:
right
;
padding
:
5px
;
}
}
#endBtn
{
#endBtn
{
...
@@ -279,7 +278,7 @@ body>div>button {
...
@@ -279,7 +278,7 @@ body>div>button {
/* border: 1px solid #888;
/* border: 1px solid #888;
width: 90%;
width: 90%;
*/
*/
width
:
100%
;
width
:
calc
(
100%
-
10px
)
;
box-shadow
:
0
4px
8px
0
rgba
(
0
,
0
,
0
,
0.2
),
0
6px
20px
0
rgba
(
0
,
0
,
0
,
0.19
);
box-shadow
:
0
4px
8px
0
rgba
(
0
,
0
,
0
,
0.2
),
0
6px
20px
0
rgba
(
0
,
0
,
0
,
0.19
);
-webkit-animation-name
:
animatetop
;
-webkit-animation-name
:
animatetop
;
-webkit-animation-duration
:
0.4s
;
-webkit-animation-duration
:
0.4s
;
...
@@ -288,7 +287,7 @@ body>div>button {
...
@@ -288,7 +287,7 @@ body>div>button {
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
overflow
:
auto
;
overflow
:
auto
;
max-height
:
100vh
max-height
:
calc
(
100%
-
10px
);
}
}
/* Add Animation */
/* Add Animation */
...
...
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