mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Hide extra loaded ads
This commit is contained in:
parent
b171278cfe
commit
796fafcec2
1 changed files with 6 additions and 0 deletions
|
|
@ -65,7 +65,13 @@
|
||||||
height: 300px;
|
height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide any extra loading ads */
|
||||||
|
.carbon-inline-wide > div {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.carbon-inline-wide #carbonads {
|
.carbon-inline-wide #carbonads {
|
||||||
|
@apply block;
|
||||||
@apply relative;
|
@apply relative;
|
||||||
|
|
||||||
@apply border;
|
@apply border;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue