Changed graphics panel (stick to right) + corrected month in date indicator
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.panel.graphics{
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.panel.graphics span:first-child{
|
||||
display: none;
|
||||
@@ -29,7 +25,6 @@
|
||||
padding-right: 12px;
|
||||
display: flex;
|
||||
column-gap: 5px;
|
||||
margin-left: 120px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,19 +21,23 @@
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
/* PANEL */
|
||||
.panel {
|
||||
text-align: center;
|
||||
background-color: #303030;
|
||||
color: white;
|
||||
/* padding: 6px 6px 6px 6px; */
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
}
|
||||
.panel:not(.graphics){
|
||||
.panel:not(.graphics) {
|
||||
text-align: center;
|
||||
padding: 6px 6px 6px 6px;
|
||||
}
|
||||
|
||||
.panel.graphics{
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.slide-close-icon {
|
||||
transition: 0.4s;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user