Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(layout-style) :fix icon text is cut off #109

Merged
merged 2 commits into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions widget/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@
.launcher-plugin .launcher-icons{
padding-left:5px;
padding-right:5px;
float:left;
display: flex;
align-items: stretch;
flex-wrap: wrap;
justify-content: flex-start;
width:100%;
}
.launcher-plugin .launcher-icons .launcher-icon{
float:left;
margin-bottom:12px;
height:68px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does using large images break it?

overflow:hidden;
}
.launcher-plugin .launcher-icons.four-row .launcher-icon{
width:25%;
Expand All @@ -59,9 +60,8 @@
.launcher-plugin .launcher-icons .launcher-icon .text-holder p{
margin:6px 0 0;
font-size:12px;
line-height:15px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

word-wrap:break-word;
position:relative;
line-height:18px;
transform: translateZ(0px);
-webkit-transform: translateZ(0px);
}
Expand Down Expand Up @@ -285,4 +285,4 @@
max-width: 40px !important;
min-width: 40px !important;
}
}
}