mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
remove file from another branch
This commit is contained in:
parent
936e9fa7b4
commit
5e4eb738b3
@ -1,45 +0,0 @@
|
||||
.screen-tabs-container {
|
||||
position: relative;
|
||||
height: var(--screentabs-height);
|
||||
|
||||
.screen-tabs-container-inner {
|
||||
position: relative; // Needed for absolute positioning of child tabs
|
||||
white-space: nowrap;
|
||||
height: 100%;
|
||||
margin-right: 42px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.new-screen {
|
||||
width: 42px;
|
||||
height: 40px;
|
||||
background-color: var(--app-bg-color);
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
line-height: 38px;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
// This ensures the tab bar does not collide with the floating logo. The floating logo sits above the sidebar when it is not collapsed, so no additional margin is needed in that case.
|
||||
// More margin is given on macOS to account for the traffic light buttons
|
||||
#main.platform-darwin.mainsidebar-collapsed .screen-tabs-container {
|
||||
margin-left: var(--floating-logo-width-darwin);
|
||||
}
|
||||
|
||||
#main:not(.platform-darwin).mainsidebar-collapsed .screen-tabs-container {
|
||||
margin-left: var(--floating-logo-width);
|
||||
}
|
||||
|
||||
// This ensures the tab bar does not collide with the right sidebar triggers.
|
||||
#main.platform-darwin.rightsidebar-collapsed .screen-tabs-container {
|
||||
margin-right: var(--floating-right-sidebar-triggers-width-darwin);
|
||||
}
|
||||
|
||||
#main:not(.platform-darwin).rightsidebar-collapsed .screen-tabs-container {
|
||||
margin-left: var(--floating-right-sidebar-triggers-width);
|
||||
}
|
Loading…
Reference in New Issue
Block a user