mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-29 15:35:23 -04:00
small logos should always be proportionate
This commit is contained in:
parent
1b0c567729
commit
190f075fae
2 changed files with 15 additions and 1 deletions
app/assets/stylesheets/desktop
|
@ -35,6 +35,10 @@ body {
|
||||||
.full-width {
|
.full-width {
|
||||||
width: $medium-width;
|
width: $medium-width;
|
||||||
}
|
}
|
||||||
|
.extra-info-wrapper {
|
||||||
|
max-width: 720px !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
|
@ -48,6 +52,9 @@ body {
|
||||||
.full-width {
|
.full-width {
|
||||||
width: $small-width;
|
width: $small-width;
|
||||||
}
|
}
|
||||||
|
.extra-info-wrapper {
|
||||||
|
max-width: 680px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.no-href {
|
a.no-href {
|
||||||
|
|
|
@ -32,7 +32,13 @@
|
||||||
|
|
||||||
h1 .topic-statuses .topic-status i {margin-right: 5px;}
|
h1 .topic-statuses .topic-status i {margin-right: 5px;}
|
||||||
|
|
||||||
.logo-small {margin-right: 8px;}
|
.logo-small {
|
||||||
|
margin-right: 8px;
|
||||||
|
width: auto;
|
||||||
|
max-width: 80px;
|
||||||
|
height: auto;
|
||||||
|
max-height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.post-cloak {
|
.post-cloak {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -428,6 +434,7 @@ iframe {
|
||||||
.extra-info-wrapper {
|
.extra-info-wrapper {
|
||||||
float: left;
|
float: left;
|
||||||
width: 78%;
|
width: 78%;
|
||||||
|
max-width: 800px;
|
||||||
.topic-statuses {margin-right: 5px;}
|
.topic-statuses {margin-right: 5px;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue