k2d222 / twwe

Teeworlds collaborative map editor online
GNU Affero General Public License v3.0
13 stars 1 forks source link

Add statusbar (closed #36) #38

Closed ChillerDragon closed 2 years ago

ChillerDragon commented 2 years ago

Yea its not very sophisticated yet..

image

k2d222 commented 2 years ago

You quick! but you broke the padding on the top bar buttons!

k2d222 commented 2 years ago

also, unreleated to this, I see wrapping issues in the left bar, where the 3 dots go on next line on < no name > layers. was that already the case before?

ChillerDragon commented 2 years ago

Yea the

* {
  margin: 0;
  padding: 0;
}

Might be a bit drastic. Its just always the first thing I do when doing CSS to not get bounced by the body. I couldn't spot any issues with my eyes tho. Lemme try to fix it.

ChillerDragon commented 2 years ago

Does this work?

image

k2d222 commented 2 years ago

nice