Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
802
Merge Requests
53
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
cb25998d
Commit
cb25998d
authored
40 minutes ago
by
Marcelo Rivera
Browse files
Options
Download
(fix): remove flexbox
parent
73f93e77
fix/wire-button-2187
1 merge request
!625
Wire button skewed on pro media page
Pipeline
#93902239
running with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
src/app/modules/media/media.scss
View file @
cb25998d
...
...
@@ -483,8 +483,13 @@ m-media--grid {
}
}
.m-wire-button
>
.ion-icon
{
transform
:
scale
(
1
.2
);
.m-wire-button
{
padding
:
3px
6px
;
&
>
.ion-icon
{
margin-right
:
4px
;
transform
:
scale
(
1
.2
);
}
}
.m-media-content--extra
{
...
...
This diff is collapsed.
src/app/modules/wire/button/button.component.scss
View file @
cb25998d
...
...
@@ -4,8 +4,6 @@
border: 0;
border-radius: 0;
*/
display
:
flex
;
align-items
:
center
;
padding
:
3px
;
height
:
auto
;
cursor
:
pointer
;
...
...
@@ -22,11 +20,13 @@
>
.ion-icon
{
// transform: scale(1.6);
font-size
:
18px
;
vertical-align
:
middle
;
}
span
{
margin-left
:
$minds-margin
;
vertical-align
:
middle
;
line-height
:
21px
;
}
&
:focus
{
...
...
This diff is collapsed.
Please
register
or
sign in
to comment