mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +02:00
* fixed wrong sized items on action drop menus
* fixed browser share button display and sizing
This commit is contained in:
parent
a3b4585097
commit
37ef287730
1 changed files with 11 additions and 1 deletions
|
@ -693,7 +693,7 @@ aside .widget,
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
}
|
}
|
||||||
/* ACTION BUTTON LABELS */
|
/* ACTION BUTTON LABELS */
|
||||||
.wall-item-actions-row button,
|
.wall-item-actions-row button:not(.button-browser-share),
|
||||||
.wall-item-actions-right button {
|
.wall-item-actions-right button {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -1075,6 +1075,13 @@ aside .widget li:hover {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
}
|
}
|
||||||
|
.wall-item-actions ul button,
|
||||||
|
.wall-item-actions ul a {
|
||||||
|
font-size: 14px !important;
|
||||||
|
color: inherit !important;
|
||||||
|
line-height: 14px !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
/* little vcard when you scroll down on profiles */
|
/* little vcard when you scroll down on profiles */
|
||||||
#vcard-short-photo-wrapper img,
|
#vcard-short-photo-wrapper img,
|
||||||
#nav-short-info .contact-wrapper img {
|
#nav-short-info .contact-wrapper img {
|
||||||
|
@ -1922,6 +1929,9 @@ a.tag.label,
|
||||||
color: transparent;
|
color: transparent;
|
||||||
}
|
}
|
||||||
/* NOTE: cannot simply empty or display none or button alignment gets messed up! */
|
/* NOTE: cannot simply empty or display none or button alignment gets messed up! */
|
||||||
|
.wall-item-actions-row .button-browser-share::after {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Narrow Screen Phones in Landscape Orientation
|
/* Narrow Screen Phones in Landscape Orientation
|
||||||
==============================================
|
==============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue