refactor: repo (#1070)

This commit is contained in:
Mo
2022-06-07 07:18:41 -05:00
committed by GitHub
parent 4c65784421
commit f4ef63693c
1102 changed files with 5786 additions and 3366 deletions

View File

@@ -0,0 +1,51 @@
#footer-bar {
position: relative;
width: 100%;
height: $footer-height;
max-height: $footer-height;
z-index: $z-index-footer-bar;
}
#footer-bar .sk-app-bar-item {
z-index: $z-index-footer-bar-item;
position: relative;
user-select: none;
.sk-panel {
max-height: 85vh;
position: absolute;
right: 0px;
left: 10px;
bottom: 40px;
min-width: 300px;
z-index: $z-index-footer-bar-item-panel;
margin-top: 15px;
&.sk-panel-right {
right: 0;
left: inherit;
}
}
}
#account-panel,
#sync-resolution-menu {
width: 400px;
}
.sk-panel {
cursor: default;
}
a.disabled {
pointer-events: none;
}
#lock-item {
margin-left: 3px;
}
#footer-lock-icon {
margin-left: 5px;
padding-left: 5px;
}