Clock widget and more copypasta
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
.container {
|
||||
height: 35px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
gap: 10px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.taskbar {
|
||||
font-weight: bold;
|
||||
height: 35px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
text-align: left;
|
||||
@@ -21,8 +22,8 @@
|
||||
width: 100px;
|
||||
border-top: 2px solid white;
|
||||
border-left: 2px solid white;
|
||||
border-bottom: 2px solid black;
|
||||
border-right: 2px solid black;
|
||||
border-bottom: 2px solid #828282;
|
||||
border-right: 2px solid #828282;
|
||||
}
|
||||
|
||||
.startIcon {
|
||||
@@ -35,8 +36,8 @@
|
||||
height: 25px;
|
||||
border-top: 2px solid white;
|
||||
border-left: 2px solid white;
|
||||
border-bottom: 2px solid black;
|
||||
border-right: 2px solid black;
|
||||
border-bottom: 2px solid #828282;
|
||||
border-right: 2px solid #828282;
|
||||
}
|
||||
|
||||
.windows {
|
||||
@@ -52,8 +53,8 @@
|
||||
align-items: center;
|
||||
border-top: 2px solid white;
|
||||
border-left: 2px solid white;
|
||||
border-bottom: 2px solid black;
|
||||
border-right: 2px solid black;
|
||||
border-bottom: 2px solid #828282;
|
||||
border-right: 2px solid #828282;
|
||||
}
|
||||
|
||||
.newsticker {
|
||||
@@ -62,8 +63,8 @@
|
||||
align-items: center;
|
||||
border-top: 2px solid white;
|
||||
border-left: 2px solid white;
|
||||
border-bottom: 2px solid black;
|
||||
border-right: 2px solid black;
|
||||
border-bottom: 2px solid #828282;
|
||||
border-right: 2px solid #828282;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
||||
Reference in New Issue
Block a user