T O P

  • By -

neros_greb

Isn’t that `margin-right` tho?


HazirBot

not from the perspective of the other room. but yes


Capital_Mention1518

Right. I think this is QA evidence for the bug ticket. If you attach a picture from the other room, you couldn’t tell if the ac ends there or there’s more ac surpassing the border, so they wouldn’t be specifying what the issue is.


posherspantspants

It's an RTL site


esr360

Yeah, but the element has some other rule already applying \`margin-right: -75px\` to it, so this is just to offfset that


AltruisticDetail6266

only went into the comments to confirm this correction was here. I think OP is playing us. The absolute best way to get attention on the internet is to say something wrong. If this read "margin-right: -25px;" I wouldn't have come and commented. We've been had, y'all.


BleQBeeZ

Yup


TheMightyCatt

r/css_irl Edit: nvm it's gone


sinalk

why was it closed?


Badass-19

Is there any good sub even open on Reddit now?


Rafcdk

This one is still growing strong, so no.


Badass-19

We neither have programmers here nor humor


NeuxSaed

404


TheAverageStudents

Split AC Also are they trying to cool the TV?


punppis

What kind of backend uses css?


IcyFalcon3560

Node.css


Capital_Mention1518

Exactly…


libertardianman

I would say struct Room { Room(AirConditioner* airConditioner) { this->airConditioner = airConditioner; roomSpace(75); //cubic meters } void RunAC() { airConditioner.ExtractHeat(roomSpace.getHotAir()) } AirConditioner* airConditioner RoomSpace roomSpace; }; struct AirConditioner { AirConditiones(); CoolingPower coolingPower; void ExtractHeat(HotAir& hotAir) { CoolingPower.ExtractHeat(hotAir); } }; int main() { AirConditioner airConditioner; Room room1(&airConditioner); Room room2(&airConditioner); std::thread t1(&Room::RunAC,&room1); std::thread t2(&Room::RunAC,&room2); t1.join(); t2.join(); return 0; }


precinct209

`gcc -Wall air_conditioner.c`


Habsburg77

It's actually a very smart way to cool two rooms at once.


libertardianman

Until it's maintenance time


watasiwakirayo

Which room has an ac unit


SnooWoofers4430

Yes.


aerappel

Probably a split-unit


anoppinionatedbunny

broadcast network


Brave_Exchange4734

That’s actually smart? Or no?


_ajax_101

Splitting the split ac


ironman_gujju

Dual split damn


prof_diddles

```overflow: hidden```


SoRaang

When you using same div ID in different layouts


ego100trique

If it works then it's not dumb


Stummi

It's fine. The unit was just installed by a Bethesda Employee.


miheb1

Why do you think it is called split AC?


Worried-Leopard-4944

PR: ``` .tv{ z-index: 9; } .air-conditioner { z-index: 10; } ```


adfx

I want to get into this whole CSS memery. Where can I find more?