diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-19 10:05:53 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-19 10:05:53 +0530 |
| commit | c7562dd53ea931a4dc530f9eb1dcf5a660abe2be (patch) | |
| tree | 659424b8ca8cb301e15d0c13c5e3fa4d0ea771c4 /src/styles/main.css | |
| parent | c46462c30441c29ea4ff46be8c742ed66fc73a3d (diff) | |
| parent | 789d5b2c5c8248ed46e597ec0f593a1fb4aa4183 (diff) | |
| download | authorr-c7562dd53ea931a4dc530f9eb1dcf5a660abe2be.tar.xz authorr-c7562dd53ea931a4dc530f9eb1dcf5a660abe2be.zip | |
Added macOS Vibrancy, Compiling only for macOS, Added Photon Kit, Made some underground changes, Fixed Space-Time Continuum
Diffstat (limited to 'src/styles/main.css')
| -rw-r--r-- | src/styles/main.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index e7f47ad..72f9194 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -7,10 +7,14 @@ z-index: 99; -webkit-user-select: none; -webkit-app-region: drag; + /* background-color: rgb(255, 255, 255); */ + /* border-radius: 5px 5px 0px 0px; */ } .content { position: absolute; top: 40px; + /* background-color: #fff; */ + /* border-radius: 0px 0px 5px 5px; */ height: calc(100vh - 40px); width: 100%; } @@ -28,4 +32,19 @@ body { position: absolute; top: 0px; left: 10px; +} +.buttonsContainer { + position: absolute; + top: 0px; + right: 10px; +} +.windowBtn { + font-size: 12px; + margin-top: 12px; + background-color: transparent; + border: none; +} +#r { + font-family: 'Times New Roman', Times, serif !important; + font-size: 27px; }
\ No newline at end of file |
