Procházet zdrojové kódy

Fixed some bugs

bugfix/1574
jovan.cirkovic před 3 roky
rodič
revize
37fdd7e513

+ 1
- 0
src/components/Cards/ItemDetailsCard/OfferDetails/OfferDetails.styled.js Zobrazit soubor

@@ -48,6 +48,7 @@ export const OfferTitle = styled(Typography)`

@media screen and (max-width: 600px) {
padding: 0 8px;
margin-bottom: 18px;
font-size: 18px;
overflow: hidden;
text-overflow: ellipsis;

+ 3
- 0
src/components/ItemDetails/ItemDetailsHeaderCard/ItemDetailsHeaderCard.styled.js Zobrazit soubor

@@ -163,6 +163,9 @@ export const MessageIcon = styled(IconButton)`
background-color: ${selectedTheme.colors.primaryPurple};
border-radius: 100%;
padding-top: 2px;
position: absolute;
top: 10px;
right: 10px;
${(props) =>
props.disabled &&
css`

Načítá se…
Zrušit
Uložit