Update 'css/qvitter.css'

This commit is contained in:
wamo 2023-04-10 00:09:51 +09:00
parent 79e7c2d3e8
commit 9f83668192

View File

@ -259,7 +259,7 @@ body.rtl .discard-error-message {
cursor: pointer;
display: block;
height: 32px;
margin-top: -3px;
margin-top: -4px;
position: absolute;
width: 32px;
z-index: 101;
@ -5680,7 +5680,12 @@ body.rtl #feed-header-inner h2 {
}
.topbar .global-nav:before {
background:none !important;
top: 8px;
margin-left: -40px;
background-position: 0 0;
width: 83px;
height: 34px;
border-radius: 10px;
}
#site-notice,
@ -5756,7 +5761,7 @@ body.rtl #feed-header-inner h2 {
outline: 0 none;
padding: 6px 27px 6px 12px;
position: fixed;
right: 60px;
right: 45px;
top: 0;
transition: all 0.2s ease-in-out 0s;
width: 60px;
@ -5800,16 +5805,16 @@ body.rtl #feed-header-inner h2 {
#top-compose {
border: 3px solid #fff;
border: 2px solid #fff;
box-shadow: none;
cursor: pointer;
display: block;
height: 41px;
height: 35px;
margin: 0;
position: fixed;
right: 6px;
top: 3px;
width: 41px;
top: 5px;
width: 35px;
z-index: 100;
}
#top-compose.hidden {
@ -5818,7 +5823,7 @@ body.rtl #feed-header-inner h2 {
#top-compose:before {
font-size:25px;
line-height: 44px;
padding-left: 5px;
padding-left: 2px;
}
#page-container {