mirror of https://github.com/vector-im/riot-web
Reduce the text size on the 'Jump to pinned message' button
Fixes https://github.com/vector-im/riot-web/issues/6329 Signed-off-by: Travis Ralston <travpc@gmail.com>pull/21833/head
parent
bbdc27019a
commit
ed9e4d82c9
|
@ -63,5 +63,5 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_PinnedEventTile_gotoButton {
|
.mx_PinnedEventTile_gotoButton {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 0.8em;
|
font-size: 0.7em; // Smaller text to avoid conflicting with the layout
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue