mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added border and fixed width of tabs container
This commit is contained in:
@@ -665,7 +665,8 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
|
||||
.playlist-tabs, .playlist-tabs-loggedIn{
|
||||
background-color:rgba(0,0,0,0) !important;
|
||||
width: 96% !important;
|
||||
width: calc(96% - -2px) !important;
|
||||
border-top: 1px solid white;
|
||||
}
|
||||
|
||||
.duration-song{
|
||||
|
||||
Reference in New Issue
Block a user