removing apps spacing
This commit is contained in:
parent
3b63896439
commit
82cf7cbfaf
@ -237,8 +237,7 @@ window.addEventListener('hashchange', () => {
|
|||||||
.text {
|
.text {
|
||||||
right: 0%;
|
right: 0%;
|
||||||
width: 0%;
|
width: 0%;
|
||||||
visibility: collapse;
|
display:none;
|
||||||
opacity: 0;
|
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -247,7 +246,7 @@ window.addEventListener('hashchange', () => {
|
|||||||
|
|
||||||
ul.vertical:hover .text {
|
ul.vertical:hover .text {
|
||||||
opacity:1;
|
opacity:1;
|
||||||
visibility:visible;
|
display: inline;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
transition-duration: .3s;
|
transition-duration: .3s;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user