mirror of
https://github.com/eugeny/tabby
synced 2025-12-09 17:25:37 +00:00
18 lines
316 B
SCSS
18 lines
316 B
SCSS
:host {
|
|
position: fixed;
|
|
width: 400px;
|
|
right: 50px;
|
|
z-index: 5;
|
|
padding: 10px;
|
|
border-radius: 0 0 3px 3px;
|
|
background: rgba(0, 0, 0, .95);
|
|
border: 1px solid rgba(0, 0, 0, .5);
|
|
border-top: 0;
|
|
display: flex;
|
|
|
|
button {
|
|
padding: 0 6px;
|
|
flex-shrink: 0;
|
|
}
|
|
}
|