Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec-Temp-until-thaw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Liliana Sanfilippo
Bielefeld-CeBiTec-Temp-until-thaw
Commits
bb601f15
Commit
bb601f15
authored
5 months ago
by
Asal Sahami Moghaddam
Browse files
Options
Downloads
Patches
Plain Diff
sidebar
parent
48edfcfb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/App/mediarules.css
+16
-0
16 additions, 0 deletions
src/App/mediarules.css
src/contents/engineering.tsx
+1
-1
1 addition, 1 deletion
src/contents/engineering.tsx
with
17 additions
and
1 deletion
src/App/mediarules.css
+
16
−
0
View file @
bb601f15
...
...
@@ -90,6 +90,22 @@
width
:
100em
!important
;
max-width
:
250px
!important
;
}
.sidebar
,
#eng-sidebar
{
display
:
block
;
/* Sicherstellen, dass die Sidebar sichtbar ist */
width
:
100%
;
/* Die Sidebar nimmt die volle Breite ein */
position
:
relative
;
/* Sidebar bleibt relativ zum Inhalt */
padding
:
10px
;
/* Etwas Abstand für die Sidebar */
background-color
:
#f8f9fa
;
/* Beispiel Hintergrundfarbe */
z-index
:
1000
;
/* Sicherstellen, dass es über dem Inhalt bleibt */
}
/* Hauptinhalt unter der Sidebar */
.content
{
width
:
100%
;
/* Der Inhalt nimmt die volle Breite ein */
margin-top
:
20px
;
/* Etwas Platz unter der Sidebar */
}
}
.tag
{
width
:
min-content
!important
;
}
...
...
This diff is collapsed.
Click to expand it.
src/contents/engineering.tsx
+
1
−
1
View file @
bb601f15
...
...
@@ -107,7 +107,7 @@ export function Engineering() {
</
section
>
</
div
>
<
div
className
=
"enginneeringtab"
id
=
"tab-pe-systems"
style
=
{
{
display
:
"
none
"
}
}
>
<
div
className
=
"enginneeringtab"
id
=
"tab-pe-systems"
style
=
{
{
display
:
""
}
}
>
<
section
id
=
"PE Systems sec"
>
<
div
className
=
"eng-box box"
>
<
H3
id
=
"PE Systems"
text
=
"PE Systems"
></
H3
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment