mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Fixed size issues
This commit is contained in:
parent
d8410f5a20
commit
a441e209c2
3 changed files with 3 additions and 3 deletions
|
@ -257,6 +257,7 @@ html .dropdown-menu {
|
|||
width: 24px;
|
||||
text-align: center;
|
||||
padding: 3px 3px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
> .dont-close + a {
|
||||
|
|
1
resources/assets/styles/embed.less
vendored
1
resources/assets/styles/embed.less
vendored
|
@ -17,7 +17,6 @@
|
|||
*/
|
||||
|
||||
@import 'base/bootstrap/bootstrap';
|
||||
@import 'base/bootstrap/responsive';
|
||||
@import 'base/font-awesome/font-awesome';
|
||||
@import 'variables';
|
||||
@import 'mixins';
|
||||
|
|
4
resources/assets/styles/mobile.less
vendored
4
resources/assets/styles/mobile.less
vendored
|
@ -43,12 +43,12 @@
|
|||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
height: 40px;
|
||||
height: 50px;
|
||||
width: 160px;
|
||||
padding-top: 16px;
|
||||
|
||||
> img {
|
||||
max-height: 75%;
|
||||
max-height: 90%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue