mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Fix date not being set correctly
Fix small UI not having correct controlls on empy groups Not being able to login Overflowing text on upload button
This commit is contained in:
parent
ca1204d6f4
commit
e3bc937036
4 changed files with 28 additions and 20 deletions
|
@ -137,6 +137,7 @@
|
|||
border-radius: $rad-inner
|
||||
|
||||
cursor: pointer
|
||||
overflow: hidden
|
||||
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out
|
||||
|
||||
input
|
||||
|
@ -145,6 +146,13 @@
|
|||
opacity: 0
|
||||
cursor: pointer
|
||||
|
||||
.status
|
||||
width: 100%
|
||||
white-space: nowrap
|
||||
text-overflow: ellipsis
|
||||
text-align: center
|
||||
overflow: hidden
|
||||
|
||||
&:hover
|
||||
background-color: RGBA($white, 0.2)
|
||||
color: RGB($white)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue