mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Inspector: Remove border-radius for tab areas
This wasn't visible, until I tried adding a top toolbar to a tab area, which made it look silly. (cherry picked from commit ced7b6de5e7b6fbe2b2739158d0116339901b4c3)
This commit is contained in:
parent
70d69c194f
commit
86b610e38a
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ body {
|
|||
height: calc(100% - 40px);
|
||||
|
||||
display: none;
|
||||
border-radius: 0.5rem;
|
||||
|
||||
padding: 8px 0px 0px 4px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue