mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-07 06:43:39 +00:00
prevent title text from overlapping the pin icon
This commit is contained in:
@@ -11,14 +11,14 @@ header {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
height: 36px;
|
||||
height: 33px;
|
||||
width: 100%;
|
||||
box-sizing: content-box;
|
||||
white-space: nowrap;
|
||||
box-sizing: border-box;
|
||||
padding-right: 34px;
|
||||
overflow: hidden;
|
||||
|
||||
background-color: #111111;
|
||||
border-bottom: black 1px solid;
|
||||
-webkit-user-select: none;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
h1,
|
||||
@@ -32,11 +32,13 @@ h6 {
|
||||
|
||||
header h1,
|
||||
header h2 {
|
||||
margin: 8px;
|
||||
margin: 4px;
|
||||
margin-left: 20px;
|
||||
font-weight: normal;
|
||||
font-size: 18px;
|
||||
float: left;
|
||||
height: 24px;
|
||||
overflow: hidden;
|
||||
}
|
||||
header h2 {
|
||||
color: #b6b6b6;
|
||||
|
||||
+1
-1
@@ -192,7 +192,7 @@ a {
|
||||
.device-pin {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 8px;
|
||||
top: 4px;
|
||||
height: 20px;
|
||||
padding: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user