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

Commit

Permalink
Merge pull request #218 from yashash1511/master
Browse files Browse the repository at this point in the history
Few minor fixes : )
  • Loading branch information
blueedgetechno authored Nov 22, 2021
2 parents 2419bcc + de1e74e commit bb9382f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions src/components/start/startmenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@

.dskApp {
margin: 4px;
padding: 12px;
height: 66px;
height: 86px;
width: 76px;
display: flex;
flex-direction: column;
align-items: center;
font-size: 0.8em;
transition: all ease-in-out 200ms;
justify-content: center;

&:hover {
background: rgba(255, 255, 255, 0.25);
Expand All @@ -23,8 +24,7 @@
.appName {
text-align: center;
color: #fafafa;
width: 120%;
margin: 4px 0;
margin-top: 4px;
text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
}
Expand Down
2 changes: 0 additions & 2 deletions src/components/taskbar/taskbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ body[data-theme="dark"] {
}

.taskDate {
width: 44px;
// height: 100%;
display: flex;
padding: 1px 4px 4px 4px;
font-size: 0.64em;
Expand Down
2 changes: 1 addition & 1 deletion src/containers/applications/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
height: 100%;
// -webkit-backdrop-filter: blur(5px);
// backdrop-filter: blur(5px);
overflow: hidden;
border-radius: 6px;
transition: all ease-in-out 200ms;
transform-origin: center;
Expand Down Expand Up @@ -100,6 +99,7 @@
.windowScreen {
width: 100%;
flex-grow: 1;
overflow: hidden;

&[data-dock="true"]{
// height: calc(100% - 26px);
Expand Down
8 changes: 4 additions & 4 deletions src/utils/general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,25 +237,25 @@ body[data-theme="dark"] .toolbar[data-noinvert="false"]{
}

.topone{
top: 0px;
top: -8px;
left: 0;
width: 80%;
z-index: 22;
}

.leftone{
left: 0;
left: -8px;
height: 100%;
}

.rightone{
right: 0;
right: -8px;
bottom: 0;
height: 90%;
}

.bottomone{
bottom: 0;
bottom: -8px;
left: 0;
width: 100%;
}
Expand Down

0 comments on commit bb9382f

Please sign in to comment.