mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed way viewers are showed
This commit is contained in:
@@ -208,6 +208,12 @@
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 125px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.frontpage-viewers{
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#toast-container{
|
||||
@@ -1679,6 +1685,22 @@ nav ul li:hover, nav ul li.active {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#frontpage-viewer-counter{
|
||||
right: 0px;
|
||||
width: 62px;
|
||||
left: inherit;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.brand-logo{
|
||||
left: 0 !important;
|
||||
-webkit-transform: translateX(0%) !important;
|
||||
-moz-transform: translateX(0%) !important;
|
||||
-ms-transform: translateX(0%) !important;
|
||||
-o-transform: translateX(0%) !important;
|
||||
transform: translateX(0%) !important;
|
||||
}
|
||||
|
||||
#wrapper{
|
||||
min-height: 75px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user