mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-03-13 07:00:02 +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;
|
list-style: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
.box-sizing(border-box);
|
.box-sizing(border-box);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -394,6 +395,7 @@ html {
|
||||||
padding: 5px 0px;
|
padding: 5px 0px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
height: 56px;
|
||||||
|
|
||||||
.icons {
|
.icons {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Add table
Reference in a new issue