Skip to content

Commit

Permalink
fixed some more css
Browse files Browse the repository at this point in the history
  • Loading branch information
p32929 committed Jan 7, 2024
1 parent f1eb680 commit 7744e65
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 39 deletions.
8 changes: 0 additions & 8 deletions README.md
Expand Up @@ -36,14 +36,6 @@ Download from release ( https://github.com/p32929/google-calender-widget/release
* First discuss the issue by creating a new issue.
* Don't make pull requests by changing the readme file without discussing.

## Changelogs
### 1.0.1
* initial release

### 1.0.2
* Changed some styles
* Hidden some more buttons

## License
```
MIT License
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "google-calender-widget",
"version": "1.1.2",
"version": "1.1.3",
"main": "index.js",
"description": "An unofficial google calendar desktop widget for Windows, Mac and Linux",
"license": "MIT",
Expand Down
57 changes: 27 additions & 30 deletions resources/styles.css
Expand Up @@ -563,51 +563,48 @@ div[class="QQYuzf"] {
}

/* Right thingies */
div[class="SGWAac"]>div:nth-child(4) {
div[aria-label="Side panel"] {
display: none !important;
}

div[aria-label="Hide side panel"] {
display: none !important;
}

/* time-bar */
/* div[class="GPGavc"] {
display: none;
} */

div[class="taTyDe"] {
flex-direction: column !important;
/* Dialog */
div[id="xDetDlg"] {
width: auto !important;
}

.dtaVuc {
margin-left: 0 !important;
padding-left: 0 !important;
/* List */
div[role="row"] {
display: flex;
flex-direction: column;
margin: 0;
}

.p8Qosf {
padding-bottom: 8px !important;
div[role="gridcell"] {
width: auto !important;
height: 48px;
margin: 0;
}

.vXnnM {
width: 100% !important;
flex: auto !important;
div[role="presentation"] {
height: auto !important;
margin: 0;
}

/* Dialog */
.FzsTU {
width: auto !important;
div[role="rowgroup"]>div[aria-hidden="true"] {
display: none;
margin: 0;
}

.xrwLde {
width: auto !important;
div[role="gridcell"] > div[role="button"]::before {
content: " > ";
white-space: pre;
}

.jefcFd {
width: auto !important;
div:has(div[role="main"]).SGWAac { /* Will fix it later */
height: 100% !important;
}

/* List Height */
div[class="lYYbjc"] {
height: 100vh !important;
/* Hide sidebar button */
div:has(>div[aria-label="Hide side panel"]) {
display: none !important;
}

0 comments on commit 7744e65

Please sign in to comment.