Skip to content

Commit 5b7afc5

Browse files
committed
Tweaks to enforce a maximum ad size.
1 parent c8ce2a8 commit 5b7afc5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dev/sass/views/ad.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
.native-details {
4141
display: flex;
4242
font-size: 12px;
43+
position: relative;
44+
45+
max-height: 5em;
4346

4447
flex-flow: column;
4548
}

dev/sass/views/sidebar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,11 @@
284284
> .hello {
285285
flex: 0 0 0;
286286
padding: 0;
287-
border-top: 3px solid $theme-color;
287+
border: $pad*0.25 solid $black;
288288
background: $black;
289289

290290
.noad {
291-
padding: $pad;
291+
padding: $pad*0.75;
292292
color: $mid;
293293

294294
b {

0 commit comments

Comments
 (0)