Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BudgetMaster
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
Model registry
Operate
Environments
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
Robert Goldmann
BudgetMaster
Commits
3474ee4f
Commit
3474ee4f
authored
5 years ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
#338 - improved template header truncation
parent
76bebd7d
No related branches found
No related tags found
No related merge requests found
Pipeline
#3483
canceled
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/static/css/dark/style.css
+11
-0
11 additions, 0 deletions
src/main/resources/static/css/dark/style.css
src/main/resources/static/css/style.css
+11
-0
11 additions, 0 deletions
src/main/resources/static/css/style.css
with
22 additions
and
0 deletions
src/main/resources/static/css/dark/style.css
+
11
−
0
View file @
3474ee4f
...
@@ -620,6 +620,7 @@ input[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) +
...
@@ -620,6 +620,7 @@ input[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) +
display
:
none
;
display
:
none
;
}
}
/* large screens */
@media
all
and
(
min-width
:
960px
)
{
@media
all
and
(
min-width
:
960px
)
{
.icon-budget
{
.icon-budget
{
font-size
:
4vmin
!important
;
font-size
:
4vmin
!important
;
...
@@ -639,6 +640,7 @@ input[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) +
...
@@ -639,6 +640,7 @@ input[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) +
}
}
}
}
/* medium screens */
@media
all
and
(
max-width
:
959px
)
and
(
min-width
:
600px
)
{
@media
all
and
(
max-width
:
959px
)
and
(
min-width
:
600px
)
{
.icon-budget
{
.icon-budget
{
font-size
:
5.5vmin
!important
;
font-size
:
5.5vmin
!important
;
...
@@ -652,8 +654,13 @@ input[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) +
...
@@ -652,8 +654,13 @@ input[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) +
.budget
{
.budget
{
font-size
:
3.5vmin
;
font-size
:
3.5vmin
;
}
}
.template-header-name
{
max-width
:
40%
!important
;
}
}
}
/* small screens */
@media
all
and
(
max-width
:
599px
)
and
(
min-width
:
320px
)
{
@media
all
and
(
max-width
:
599px
)
and
(
min-width
:
320px
)
{
.icon-budget
{
.icon-budget
{
font-size
:
6vmin
!important
;
font-size
:
6vmin
!important
;
...
@@ -671,6 +678,10 @@ input[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) +
...
@@ -671,6 +678,10 @@ input[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) +
.container
,
.transaction-container
{
.container
,
.transaction-container
{
width
:
100%
!important
;
width
:
100%
!important
;
}
}
.template-header-name
{
max-width
:
40%
!important
;
}
}
}
.debug
{
.debug
{
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/static/css/style.css
+
11
−
0
View file @
3474ee4f
...
@@ -535,6 +535,7 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
...
@@ -535,6 +535,7 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
display
:
none
;
display
:
none
;
}
}
/* large screens */
@media
all
and
(
min-width
:
960px
)
{
@media
all
and
(
min-width
:
960px
)
{
.icon-budget
{
.icon-budget
{
font-size
:
4vmin
!important
;
font-size
:
4vmin
!important
;
...
@@ -554,6 +555,7 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
...
@@ -554,6 +555,7 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
}
}
}
}
/* medium screens */
@media
all
and
(
max-width
:
959px
)
and
(
min-width
:
600px
)
{
@media
all
and
(
max-width
:
959px
)
and
(
min-width
:
600px
)
{
.icon-budget
{
.icon-budget
{
font-size
:
5.5vmin
!important
;
font-size
:
5.5vmin
!important
;
...
@@ -567,8 +569,13 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
...
@@ -567,8 +569,13 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
.budget
{
.budget
{
font-size
:
3.5vmin
;
font-size
:
3.5vmin
;
}
}
.template-header-name
{
max-width
:
40%
!important
;
}
}
}
/* small screens */
@media
all
and
(
max-width
:
599px
)
and
(
min-width
:
320px
)
{
@media
all
and
(
max-width
:
599px
)
and
(
min-width
:
320px
)
{
.icon-budget
{
.icon-budget
{
font-size
:
6vmin
!important
;
font-size
:
6vmin
!important
;
...
@@ -586,6 +593,10 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
...
@@ -586,6 +593,10 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
.container
,
.transaction-container
{
.container
,
.transaction-container
{
width
:
100%
!important
;
width
:
100%
!important
;
}
}
.template-header-name
{
max-width
:
40%
!important
;
}
}
}
.debug
{
.debug
{
...
...
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