【发布时间】:2018-08-26 04:12:57
【问题描述】:
我一直在尝试调整 YouTube 按钮的高度,使其与页面上其他社交媒体按钮的高度相匹配,但我似乎无法正常工作。看起来这应该相对容易。
这是网站:http://www.sunsetstudiosent.com,在索引页面的社交部分。
这是我目前正在运行的代码:
.nav--social__link.yt-button{
height: 40px !important;
overflow: visible;
border-radius: 3px;
width: 79px;
margin-right: 4px;
}
.g-ytsubscribe{
display: inline-block;
vertical-align: middle !important;
font-size: 1px;
line-height: normal; font-size: 1px;
text-indent: 0px;
padding: 0px;
background: transparent none repeat scroll 0% 0%;
border-style: none;
}
【问题讨论】:
标签: css button youtube height developer-tools