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

[ 固定表示 ] 固定位置「上」「下」の時にmax-widthを追加 #2100

Merged
merged 6 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ e.g.

== Changelog ==

[ Design Bug Fix ][ Fixed Display (Pro) ] Add max-width for position top and bottom.

= 1.80.0 =
[ Add function ][ Outer (Pro) ] Add serrated and large triangle in divider style.
[ Bug Fix ][ Outer (Pro) ] Add vertical padding variables.
Expand Down
4 changes: 3 additions & 1 deletion src/blocks/_pro/fixed-display/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
right: 0;
place-self: center;
width: 100%;
max-width: 100% !important;
}
&-right {
top: 50%;
Expand All @@ -57,6 +58,7 @@
bottom: 0;
place-self: center;
width: 100%;
max-width: 100% !important;
}
&-left {
top: 50%;
Expand Down Expand Up @@ -122,4 +124,4 @@
top: calc(50svh + var(--admin-bar-offset));
}
}
}
}
Loading