Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/blueedgetechno/windows11
Browse files Browse the repository at this point in the history
…into test
  • Loading branch information
blueedgetechno committed Nov 12, 2021
2 parents 2bd11f1 + 9292235 commit 22e3a76
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Generate Preview2

on:
pull_request_target:
types: [synchronize, reopened, edited]
types: [synchronize, reopened]



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gen-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
repository: win11bot/win11bot
repository: win11bot/temp
path: ./build

- name: Deploy to gh-pages
Expand Down
2 changes: 1 addition & 1 deletion public/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
font-family: Segoe UI;
background: #3973aa;
background: #000000;
color: #fefeff;
height: 100vh;
margin: 0;
Expand Down
6 changes: 2 additions & 4 deletions src/containers/applications/tabs2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
left: 8%;
width: 18%;
height: 50%;
min-width: 320px;
min-height: 500px;
}

.aboutApp {
Expand Down Expand Up @@ -190,10 +192,6 @@ rediv {
}

.calcApp[data-size="mini"] {
.msrVal {
display: none;
}

.valCont {
font-size: 3em;
}
Expand Down

0 comments on commit 22e3a76

Please sign in to comment.