Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ECorpus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pirvi-public
ECorpus
Commits
78590087
Commit
78590087
authored
2 years ago
by
Sarah MENOUAR
Browse files
Options
Downloads
Patches
Plain Diff
responsive header in story mode
parent
b22a3d99
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/client/ui/story/styles.scss
+16
-0
16 additions, 0 deletions
source/client/ui/story/styles.scss
with
16 additions
and
0 deletions
source/client/ui/story/styles.scss
+
16
−
0
View file @
78590087
...
@@ -88,6 +88,8 @@ ff-tab-header, ff-dock-panel-header {
...
@@ -88,6 +88,8 @@ ff-tab-header, ff-dock-panel-header {
background-color
:
$color-background-dark
;
background-color
:
$color-background-dark
;
border-bottom
:
3px
solid
$color-background-darker
;
border-bottom
:
3px
solid
$color-background-darker
;
overflow
:
auto
;
.ff-group
{
.ff-group
{
align-items
:
stretch
;
align-items
:
stretch
;
}
}
...
@@ -96,6 +98,10 @@ ff-tab-header, ff-dock-panel-header {
...
@@ -96,6 +98,10 @@ ff-tab-header, ff-dock-panel-header {
height
:
28px
!
important
;
height
:
28px
!
important
;
margin
:
8px
;
margin
:
8px
;
align-self
:
center
;
align-self
:
center
;
@media
(
max-width
:
1080px
){
display
:
none
;
}
}
}
.sv-mode
{
.sv-mode
{
...
@@ -106,6 +112,10 @@ ff-tab-header, ff-dock-panel-header {
...
@@ -106,6 +112,10 @@ ff-tab-header, ff-dock-panel-header {
margin
:
4px
;
margin
:
4px
;
background-color
:
darken
(
$color-secondary
,
5%
);
background-color
:
darken
(
$color-secondary
,
5%
);
color
:
$color-background-dark
;
color
:
$color-background-dark
;
@media
(
max-width
:
1080px
){
display
:
none
;
}
}
}
.sv-spacer
{
.sv-spacer
{
...
@@ -135,6 +145,12 @@ ff-tab-header, ff-dock-panel-header {
...
@@ -135,6 +145,12 @@ ff-tab-header, ff-dock-panel-header {
fill
:
$color-text-light
;
fill
:
$color-text-light
;
}
}
}
}
.ff-text
{
@media
(
max-width
:
850px
){
display
:
none
;
}
}
}
}
}
}
...
...
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