mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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;
|
||||
}
|
||||
|
||||
/* Hide any extra loading ads */
|
||||
.carbon-inline-wide > div {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.carbon-inline-wide #carbonads {
|
||||
@apply block;
|
||||
@apply relative;
|
||||
|
||||
@apply border;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue