diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-19 10:02:54 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-19 10:02:54 +0530 |
| commit | c46462c30441c29ea4ff46be8c742ed66fc73a3d (patch) | |
| tree | e6552edb2a8d961e4357d92e358375f2620fcc55 /src/styles | |
| parent | 7e6cdbaaca6dc1995d86ec49bacf212aed926839 (diff) | |
| download | authorr-c46462c30441c29ea4ff46be8c742ed66fc73a3d.tar.xz authorr-c46462c30441c29ea4ff46be8c742ed66fc73a3d.zip | |
Added macOS Vibrancy, Compiling only for macOS, Added Photon Kit, Made some underground changes, Fixed Space-Time Continuum
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/main.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index 8c1df05..e7f47ad 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -7,15 +7,11 @@ z-index: 99; -webkit-user-select: none; -webkit-app-region: drag; - background-color: rgb(172, 172, 172); - border-radius: 5px 5px 0px 0px; } .content { position: absolute; top: 40px; - background-color: #fff; - border-radius: 0px 0px 5px 5px; - height: calc(100vh - 80px); + height: calc(100vh - 40px); width: 100%; } body { @@ -26,10 +22,10 @@ body { .title { font-size: 24px; line-height: 5px; + margin: 30px 0px 0px 0px; } .titleContainer { position: absolute; top: 0px; left: 10px; - }
\ No newline at end of file |
