mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
Fix tabsize in css
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
}
|
||||
|
||||
.commentInfoBar {
|
||||
float: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
@keyframes enter {
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
.viewingOptions {
|
||||
float: right;
|
||||
text-align: right;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
min-width: 220px;
|
||||
float: right;
|
||||
text-align: right;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
min-width: 220px;
|
||||
}
|
||||
|
||||
.viewingOptions {
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.streamViewingOptionsList {
|
||||
z-index: 10;
|
||||
background: white;
|
||||
position: absolute;
|
||||
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
|
||||
right: 3px;
|
||||
top: 20px;
|
||||
z-index: 10;
|
||||
background: white;
|
||||
position: absolute;
|
||||
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
|
||||
right: 3px;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
.streamViewingOptionsList ul, .streamViewingOptionsList li {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.streamViewingOptionsList li {
|
||||
padding: 10px;
|
||||
list-style: none;
|
||||
}
|
||||
padding: 10px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user