Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
indiscale-files-ui-react
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
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
caosdb
Software
indiscale-files-ui-react
Commits
96c9d118
Commit
96c9d118
authored
2 years ago
by
Jose Manuel Serrano Amaut
Browse files
Options
Downloads
Patches
Plain Diff
[REF]: Refactor styles to not reduce too much fontsize on 960px width
parent
6462a59f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/files-ui/components/dropzone/components/dropzone/Dropzone.scss
+1
-1
1 addition, 1 deletion
...-ui/components/dropzone/components/dropzone/Dropzone.scss
src/files-ui/components/material-button/MaterialButton.scss
+2
-1
2 additions, 1 deletion
src/files-ui/components/material-button/MaterialButton.scss
with
3 additions
and
2 deletions
src/files-ui/components/dropzone/components/dropzone/Dropzone.scss
+
1
−
1
View file @
96c9d118
...
@@ -101,6 +101,6 @@
...
@@ -101,6 +101,6 @@
@media
(
max-width
:
960px
)
{
@media
(
max-width
:
960px
)
{
width
:
calc
(
100%
-
1px
);
width
:
calc
(
100%
-
1px
);
padding-left
:
1px
;
padding-left
:
1px
;
font-size
:
0
.
8
rem
;
font-size
:
0
.
9
rem
;
}
}
}
}
This diff is collapsed.
Click to expand it.
src/files-ui/components/material-button/MaterialButton.scss
+
2
−
1
View file @
96c9d118
...
@@ -88,7 +88,7 @@ span.ripple {
...
@@ -88,7 +88,7 @@ span.ripple {
}
}
//mobile
//mobile
@media
screen
and
(
max-width
:
600px
)
{
/*
@media screen and (max-width: 600px) {
.material-button {
.material-button {
min-width: 30px;
min-width: 30px;
font-size: 0.78rem;
font-size: 0.78rem;
...
@@ -102,3 +102,4 @@ span.ripple {
...
@@ -102,3 +102,4 @@ span.ripple {
padding: 4px 12px;
padding: 4px 12px;
}
}
}
}
*/
\ No newline at end of file
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