mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issues with client
This commit is contained in:
@@ -1786,12 +1786,16 @@ margin-right: 52%;
|
||||
.nav-btn
|
||||
{
|
||||
transition: background-color .2s;
|
||||
min-width: 64px;
|
||||
min-width: 50px;
|
||||
float:right;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.settings-hamburger {
|
||||
min-width: 50px;
|
||||
}
|
||||
.nav-btn:hover{background-color:rgba(0,0,0,0.6);}
|
||||
.hover-text{display:none;}
|
||||
.nav-btn:hover > .hover-text {
|
||||
@@ -3171,7 +3175,7 @@ nav ul li:hover, nav ul li.active {
|
||||
|
||||
.control-list{
|
||||
position: absolute !important;
|
||||
width: 120px;
|
||||
/*width: 120px;*/
|
||||
}
|
||||
|
||||
.client-control-list {
|
||||
@@ -3223,7 +3227,7 @@ nav ul li:hover, nav ul li.active {
|
||||
.chan {
|
||||
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.42);
|
||||
width: calc(100vw - 170px) !important;
|
||||
max-width: 100%;
|
||||
max-width: calc(100% - 87.5px - 130px);
|
||||
font-size: 2rem;
|
||||
padding-right:0px;
|
||||
overflow: hidden;
|
||||
@@ -3233,6 +3237,10 @@ nav ul li:hover, nav ul li.active {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.chan-client {
|
||||
max-width: calc(100% - 87.5px - 170px);
|
||||
}
|
||||
|
||||
.control-list li a{ min-width: 0px; width: 37px; padding: 0 0 0 0px;}
|
||||
|
||||
nav .zbrand{
|
||||
|
||||
Reference in New Issue
Block a user