mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 20:06:36 +08:00
If only one tab left make it not clickable
This commit is contained in:
@@ -62,3 +62,8 @@
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.root:only-child .button, .rootSub:only-child .buttonSub {
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user