/* This file is part of FreeTube. FreeTube is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. FreeTube is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with FreeTube. If not, see . */ .channelViewBanner { width: 100%; max-height: 200px; margin-bottom: 30px; } .channelViewImage { float: left; width: 100px; border-radius: 200px 200px 200px 200px; -webkit-border-radius: 200px 200px 200px 200px; } .channelViewTitle { height: 100px; margin-left: 100px; } .channelViewName { font-weight: bold; font-size: 25px; margin-left: 20px; position: relative; top: 20px; } .channelViewSubs { margin-left: 20px; margin-top: 20px; position: relative; top: 20px; } .channelSubButton { float: right; width: 125px; height: 50px; line-height: 50px; text-align: center; cursor: pointer; } .channelViewDescription { white-space: pre-line; }