mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-03-12 22:50:01 +01:00
Added a minimum height on the tracks listing display
This commit is contained in:
parent
547a8dc883
commit
764a7df18d
1 changed files with 2 additions and 0 deletions
2
resources/assets/styles/content.less
vendored
2
resources/assets/styles/content.less
vendored
|
@ -385,6 +385,7 @@ html {
|
|||
list-style: none;
|
||||
overflow: hidden;
|
||||
|
||||
|
||||
li {
|
||||
.box-sizing(border-box);
|
||||
overflow: hidden;
|
||||
|
@ -394,6 +395,7 @@ html {
|
|||
padding: 5px 0px;
|
||||
padding-right: 10px;
|
||||
position: relative;
|
||||
height: 56px;
|
||||
|
||||
.icons {
|
||||
float: right;
|
||||
|
|
Loading…
Add table
Reference in a new issue