mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-18 02:54:21 +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;
|
width: 24px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 3px 3px;
|
padding: 3px 3px;
|
||||||
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .dont-close + a {
|
> .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/bootstrap';
|
||||||
@import 'base/bootstrap/responsive';
|
|
||||||
@import 'base/font-awesome/font-awesome';
|
@import 'base/font-awesome/font-awesome';
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
|
|
4
resources/assets/styles/mobile.less
vendored
4
resources/assets/styles/mobile.less
vendored
|
@ -43,12 +43,12 @@
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
height: 40px;
|
height: 50px;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
|
|
||||||
> img {
|
> img {
|
||||||
max-height: 75%;
|
max-height: 90%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue