mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue where channel-name and url was truncated
This commit is contained in:
@@ -1447,6 +1447,10 @@ ul #chat-log{
|
||||
|
||||
}
|
||||
|
||||
nav .zbrand.channel-logo-container {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.channelpage{
|
||||
background-color:#2D2D2D;
|
||||
-webkit-transition: background-color .5s ease;
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
<div class="navbar-fixed">
|
||||
<nav id="nav">
|
||||
<div class="nav-wrapper">
|
||||
<div class="brand-logo truncate zbrand">
|
||||
<div class="brand-logo zbrand channel-logo-container">
|
||||
<a href="/" class="brand-logo brand-logo-navigate">
|
||||
<img class="zicon" src="/assets/images/z.svg" alt="zoff" title="Zoff" />
|
||||
</a>
|
||||
<span id="chan" class="chan clickable truncate" title="Show big URL">{{list_name}}</span>
|
||||
<span id="chan" class="chan clickable" title="Show big URL">{{list_name}}</span>
|
||||
</div>
|
||||
<ul class="title-container">
|
||||
<li class="song-title cursor-pointer truncate" id="song-title">
|
||||
|
||||
Reference in New Issue
Block a user