mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-07 01:36:47 +01:00
Increased right-bar action visibility
This commit is contained in:
@@ -527,6 +527,23 @@ table [class^="icon-"], [class*=" icon-"] {
|
||||
cursor: col-resize;
|
||||
}
|
||||
|
||||
#sb-right .sidebar-handle span {
|
||||
width: 15px;
|
||||
height: 30px;
|
||||
margin-left: -15px;
|
||||
background: #474747;
|
||||
border-radius: 5px 0px 0px 5px;
|
||||
box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, .7);
|
||||
border-left: 2px solid #707070;
|
||||
}
|
||||
|
||||
#sb-right .sidebar-handle span a {
|
||||
font-size: 18px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
#sb-right .sidebar-handle span a:hover { background-color: transparent; }
|
||||
|
||||
.sb-left-content {
|
||||
position: absolute;
|
||||
top: 33px;
|
||||
|
||||
Reference in New Issue
Block a user