Improve wish buttons

This commit is contained in:
grandeljay 2022-06-17 08:49:38 +02:00
parent a82420b171
commit 35a71da1c8
6 changed files with 6 additions and 5 deletions

View file

@ -42,7 +42,7 @@
transition: box-shadow 0.1s ease, transform 0.1s ease;
transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
z-index: '';
word-wrap: anywhere;
word-wrap: break-word;
}
.ui.card {
margin: 1em 0;

File diff suppressed because one or more lines are too long

View file

@ -8436,7 +8436,7 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
transition: box-shadow 0.1s ease, transform 0.1s ease;
transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
z-index: '';
word-wrap: anywhere;
word-wrap: break-word;
}
.ui.card {

File diff suppressed because one or more lines are too long

View file

@ -42,7 +42,7 @@
box-shadow: @boxShadow;
transition: @transition;
z-index: @zIndex;
word-wrap: anywhere;
word-wrap: break-word;
}
.ui.card {
margin: @margin;

View file

@ -274,6 +274,7 @@ svg#no-image,
/** Buttons */
.wishlist .ui.card > .extra.buttons {
display: flex;
align-items: center;
background-color: inherit;
z-index: 2;