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